updated copyright
[ptask.git] / src / log.c
index c365215..2f50e77 100644 (file)
--- 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;