Fuck the timestamp
[tpg/opendispense2.git] / src / server / server.c
index 46cb4c6..80c526d 100644 (file)
@@ -1160,7 +1160,8 @@ void Server_Cmd_USERFLAGS(tClient *Client, char *Args)
 void Debug(tClient *Client, const char *Format, ...)
 {
        va_list args;
-       printf("%010i [%i] ", (int)time(NULL), Client->ID);
+       //printf("%010i [%i] ", (int)time(NULL), Client->ID);
+       printf("[%i] ", Client->ID);
        va_start(args, Format);
        vprintf(NULL, 0, Format, args);
        va_end(args);

UCC git Repository :: git.ucc.asn.au