From: Florian Forster Date: Sat, 1 Sep 2007 18:54:35 +0000 (+0200) Subject: src/plugin.c: Remove a legacy debug message. X-Git-Tag: collectd-4.1.0~5^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=39ab70bc40bb5e68c970b694c52c832ddfd5303a;p=collectd.git src/plugin.c: Remove a legacy debug message. --- diff --git a/src/plugin.c b/src/plugin.c index da662040..fe7a9e5c 100644 --- 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); }