Return to dl.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / src |
version 1.1.2.11, 2011/11/29 22:42:23 | version 1.1.2.12, 2011/11/29 23:23:31 |
---|---|
Line 55 mqttLoadRTLM(sl_config *cfg, int modtype) | Line 55 mqttLoadRTLM(sl_config *cfg, int modtype) |
rtlm = dlopen(str, RTLD_LAZY); | rtlm = dlopen(str, RTLD_LAZY); |
if (!rtlm) { | if (!rtlm) { |
mqttLog("Error:: RTL module not found %s\n", dlerror()); | mqttLog("Error:: RTL module %s not found %s\n", str, dlerror()); |
return NULL; | return NULL; |
} | } |