X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fplugin.c;h=57d2f2bce7d664ad3d96cf17b445016806c02bc3;hb=ebab4adb85ed6cbe8f651e828791deb2a9f4154b;hp=281b1cdec08ea344bc1cd76c3b2bd5754ed3ba17;hpb=5d7d6038ca46f6d92fcfa1d46f4ebe76ebc9b2e2;p=chaz%2Fopenbox 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; }