--- mqtt/src/dl.c 2011/11/29 22:42:23 1.1.2.11 +++ mqtt/src/dl.c 2011/11/29 23:23:31 1.1.2.12 @@ -55,7 +55,7 @@ mqttLoadRTLM(sl_config *cfg, int modtype) rtlm = dlopen(str, RTLD_LAZY); if (!rtlm) { - mqttLog("Error:: RTL module not found %s\n", dlerror()); + mqttLog("Error:: RTL module %s not found %s\n", str, dlerror()); return NULL; }