Debugging sqlite cokebank, slight fixes to coke handler
[tpg/opendispense2.git] / src / server / server.c
index 80c526d..17e8549 100644 (file)
@@ -1163,7 +1163,7 @@ void Debug(tClient *Client, const char *Format, ...)
        //printf("%010i [%i] ", (int)time(NULL), Client->ID);
        printf("[%i] ", Client->ID);
        va_start(args, Format);
-       vprintf(NULL, 0, Format, args);
+       vprintf(Format, args);
        va_end(args);
        printf("\n");
 }

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