X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flog.c;h=2f50e77e8fd001cae7de6a136f1c2e1660b5ec71;hb=64d52e239f715717646357783d01ff8650dbdb2d;hp=c3652150894721b427a0efcecfd8cadfc02547d4;hpb=64a9321768ac92a2b03c503f2c34d0cbfeea0fa7;p=ptask.git diff --git a/src/log.c b/src/log.c index c365215..2f50e77 100644 --- a/src/log.c +++ b/src/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -163,7 +163,7 @@ void log_info(const char *fmt, ...) va_end(ap); } -void log_fct(const char *fct, const char *fmt, ...) +void _log(const char *fct, const char *fmt, ...) { va_list ap;