diff --git a/osd-util/osd-util.c b/osd-util/osd-util.c index b927d6e..757fd5f 100644 --- a/osd-util/osd-util.c +++ b/osd-util/osd-util.c @@ -72,9 +72,9 @@ osd_info(const char *fmt, ...) fprintf(stderr, "%s: [%s] ", progname, buffer); va_start(ap, fmt); - vfprintf(stdout, fmt, ap); + vfprintf(stderr, fmt, ap); va_end(ap); - fprintf(stdout, ".\n"); + fprintf(stderr, ".\n"); } /*