X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=daemon%2Freqstat.c;h=838f6116695eb72072620a2c63579f766b4c01af;hp=2f51c6d6de52e6efcf841f819ad29abc70515975;hb=713581e52521b150428ff5cd46b75a8736877799;hpb=ca63c1a6815698ee09c6da720d80c538e04e98eb diff --git a/daemon/reqstat.c b/daemon/reqstat.c index 2f51c6d..838f611 100644 --- a/daemon/reqstat.c +++ b/daemon/reqstat.c @@ -56,7 +56,7 @@ void filelog(char *format, ...) t = ctime(&now); if((p = strchr(t, '\n')) != NULL) *p = 0; - fprintf(out, "%s: %s\n", p, b); + fprintf(out, "%s: %s\n", t, b); free(b); fclose(out); }