From 7987109b0d3293f14ee358f052e34ebe884e55f0 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 27 Jan 2009 16:35:02 +0100 Subject: [PATCH] adjust the comment about printlog to the actual definition --- src/hdapsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hdapsd.c b/src/hdapsd.c index 4894f76..321bd1e 100644 --- a/src/hdapsd.c +++ b/src/hdapsd.c @@ -103,8 +103,8 @@ struct list { struct list *disklist = NULL; /* - * printlog (msg) - either print the message to stdout - * or post it to the syslog + * printlog (stream, fmt) - print the formatted message to syslog + * or to the defined stream */ void printlog (FILE *stream, const char *fmt, ...) -- 2.11.4.GIT