X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=src%2Flog.c;h=0b42fb82e4850a4ee28385d8cac015175af6a1b1;hp=c3652150894721b427a0efcecfd8cadfc02547d4;hb=70cd5dc1dcd5c75c98494807f5e4775260212ff6;hpb=11e8b2872e4307031d724034e330ee090e365f17 diff --git a/src/log.c b/src/log.c index c365215..0b42fb8 100644 --- a/src/log.c +++ b/src/log.c @@ -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;