diff --git a/openbox/plugin.c b/openbox/plugin.c index 281b1cde..57d2f2bc 100644 --- a/openbox/plugin.c +++ b/openbox/plugin.c @@ -44,6 +44,7 @@ static Plugin *plugin_new(char *name) } if (p->module == NULL) { + g_warning(g_module_error()); g_free(p); return NULL; }