diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-26 01:41:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-26 01:41:06 +0000 |
| commit | 4840f7e837d5f74f8c20d600c90936e954afa8a0 (patch) | |
| tree | 6b84caa6325f0a17af9e7bf06253e98cc4475a2f | |
| parent | 6401ceed2b4b86bf04eff01ca609b83ed619ed9b (diff) | |
print a warning when a module fails to open
| -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; } |
