X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fade.c;h=387e257a6aa5026c4a1c234c4e2ad9983f387ff4;hb=65b943460d0819b65366d16a1c156473c8e46cf3;hp=a8424d67a5db24ea2967670ee6eb90ccaf284100;hpb=a29e6451e79365af6dce8d14f3056fc107b059fb;p=paraslash.git diff --git a/fade.c b/fade.c index a8424d67..387e257a 100644 --- a/fade.c +++ b/fade.c @@ -37,7 +37,7 @@ static __printf_2_3 void date_log(int ll, const char *fmt, ...) return; time(&t1); tm = localtime(&t1); - printf("%d:%02d:%02d ", tm->tm_hour, tm->tm_min, tm->tm_sec); + fprintf(stderr, "%d:%02d:%02d ", tm->tm_hour, tm->tm_min, tm->tm_sec); va_start(argp, fmt); vprintf(fmt, argp); va_end(argp);