summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 39d723f)
raw | patch | inline | side by side (parent: 39d723f)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 26 Mar 2007 08:23:35 +0000 (10:23 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 26 Mar 2007 08:23:35 +0000 (10:23 +0200) |
src/plugin.c | patch | blob | history |
diff --git a/src/plugin.c b/src/plugin.c
index e49963a65175d260a11932ed774da63767a847ac..74a6e5ebb44f3571dde6a92f8661c8d565e5d8b7 100644 (file)
--- a/src/plugin.c
+++ b/src/plugin.c
void (*callback) (int, const char *);
llentry_t *le;
+ if (list_log == NULL)
+ return;
+
#if !COLLECT_DEBUG
if (level >= LOG_DEBUG)
return;