summaryrefslogtreecommitdiffstats
path: root/devices
diff options
context:
space:
mode:
Diffstat (limited to 'devices')
-rw-r--r--devices/udev-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/udev-helper.c b/devices/udev-helper.c
index fdb128e..4ec054b 100644
--- a/devices/udev-helper.c
+++ b/devices/udev-helper.c
@@ -33,7 +33,7 @@ void pb_log(const char *fmt, ...)
va_list ap;
va_start(ap, fmt);
- fprintf(logf, fmt, ap);
+ vfprintf(logf, fmt, ap);
va_end(ap);
}
OpenPOWER on IntegriCloud