]> mj.ucw.cz Git - libucw.git/blobdiff - lib/log.c
Tried to use libm for calculating logarithmic frequencies of words,
[libucw.git] / lib / log.c
index 3ab60eb4e8866105c01ccd974aa57b6b2cd57549..3bf3d28554694388d02a61194fecff70dbe325ae 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -105,7 +105,7 @@ vlog(unsigned int cat, const char *msg, va_list args)
 }
 
 void
-log(unsigned int cat, const char *msg, ...)
+log_msg(unsigned int cat, const char *msg, ...)
 {
   va_list args;