X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=debug.c;h=aac6ac6c482887b797062c7af2183d7ce5387dfe;hb=52ac7dae87f8fa168921c33eb8cce2813e1b408e;hp=9d0312e7e6ed2ddb80ac5ecf71c11574ac3b15af;hpb=b5182d5c1b5b1cf0ba68d6cd9acfd43d9d3e82e7;p=radsecproxy.git diff --git a/debug.c b/debug.c index 9d0312e..aac6ac6 100644 --- a/debug.c +++ b/debug.c @@ -121,7 +121,7 @@ void debug_logit(uint8_t level, const char *format, va_list ap) { gettimeofday(&now, NULL); ctime_r(&now.tv_sec, timebuf); timebuf[strlen(timebuf) - 1] = '\0'; - fprintf(debug_file, "%s: ", timebuf); + fprintf(debug_file, "%s: ", timebuf + 4); free(timebuf); } vfprintf(debug_file, format, ap);