summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d3fe5f)
raw | patch | inline | side by side (parent: 8d3fe5f)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 1 Oct 2009 19:27:40 +0000 (21:27 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 1 Oct 2009 19:27:40 +0000 (21:27 +0200) |
src/plugin.c | patch | blob | history |
diff --git a/src/plugin.c b/src/plugin.c
index 5d882e64de7e69f47b47c53eeb7e63e4adea1045..11a0ef6eadbada45aad092f7116c879aeef9dfdd 100644 (file)
--- a/src/plugin.c
+++ b/src/plugin.c
llentry_t *le;
if (list_log == NULL)
+ {
+ va_start (ap, format);
+ vfprintf (stderr, format, ap);
+ va_end (ap);
return;
+ }
#if !COLLECT_DEBUG
if (level >= LOG_DEBUG)