all repos — openbox @ 4840f7e837d5f74f8c20d600c90936e954afa8a0

openbox fork - make it a bit more like ryudo

print a warning when a module fails to open
Dana Jansens danakj@orodu.net
commit

4840f7e837d5f74f8c20d600c90936e954afa8a0

parent

6401ceed2b4b86bf04eff01ca609b83ed619ed9b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M openbox/plugin.copenbox/plugin.c

@@ -44,6 +44,7 @@ g_free(path);

} if (p->module == NULL) { + g_warning(g_module_error()); g_free(p); return NULL; }