summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e491e45)
raw | patch | inline | side by side (parent: e491e45)
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 da662040cecedc916b5709fefdeae6b8ae6a5b49..fe7a9e5c9573409d8c533e635a9a5187b832ea36 100644 (file)
--- a/src/plugin.c
+++ b/src/plugin.c
const char *error = lt_dlerror ();
ERROR ("lt_dlopen failed: %s", error);
- DEBUG ("lt_dlopen failed: %s", error);
return (1);
}