projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6401cee
)
print a warning when a module fails to open
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 01:41:06 +0000
(
01:41
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 01:41:06 +0000
(
01:41
+0000)
openbox/plugin.c
patch
|
blob
|
history
diff --git
a/openbox/plugin.c
b/openbox/plugin.c
index 281b1cdec08ea344bc1cd76c3b2bd5754ed3ba17..57d2f2bce7d664ad3d96cf17b445016806c02bc3 100644
(file)
--- 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;
}