X-Git-Url: http://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Flog.c;h=f5185d38f775ba31cf5bc93d27d6cf3905c29785;hp=3009e5d4d837f8e863f9c7931a342024fdd01f5e;hb=f96659e59301af90fd058031486a98317b077caa;hpb=fbf3e38fcb2d507750723a98f6a2634e446dd5e9 diff --git a/src/log.c b/src/log.c index 3009e5d..f5185d3 100644 --- a/src/log.c +++ b/src/log.c @@ -87,7 +87,7 @@ static void vlogf(int lvl, const char *fmt, va_list ap) "[%ld.%06ld] %s %s\n", tv.tv_sec, tv.tv_usec, - lvl_str, + lvl_str, buffer); fflush(file); }