summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/log.c')
-rw-r--r--sysdep/unix/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/log.c b/sysdep/unix/log.c
index 6b7c38c..08711e1 100644
--- a/sysdep/unix/log.c
+++ b/sysdep/unix/log.c
@@ -114,7 +114,7 @@ vlog(int class, char *msg, va_list args)
* formatted as a full line, no need to include |\n| inside.
*/
void
-log(char *msg, ...)
+log_msg(char *msg, ...)
{
int class = 1;
va_list args;