summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ec4487)
raw | patch | inline | side by side (parent: 7ec4487)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 1 Oct 2009 19:27:40 +0000 (21:27 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 18 Dec 2009 07:35:33 +0000 (08:35 +0100) |
src/plugin.c | patch | blob | history |
diff --git a/src/plugin.c b/src/plugin.c
index 6fb75206a686cecebafc78b91389901d892e1f75..24e5e01e7bb06ceb1e12f1a45881a16505bd761a 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)