projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e491e45
)
src/plugin.c: Remove a legacy debug message.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 1 Sep 2007 18:54:35 +0000
(20:54 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 1 Sep 2007 18:54:35 +0000
(20:54 +0200)
src/plugin.c
patch
|
blob
|
history
diff --git
a/src/plugin.c
b/src/plugin.c
index
da66204
..
fe7a9e5
100644
(file)
--- a/
src/plugin.c
+++ b/
src/plugin.c
@@
-133,7
+133,6
@@
static int plugin_load_file (char *file)
const char *error = lt_dlerror ();
ERROR ("lt_dlopen failed: %s", error);
- DEBUG ("lt_dlopen failed: %s", error);
return (1);
}