diff options
Diffstat (limited to 'openbox/plugin.c')
| -rw-r--r-- | openbox/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
