--- mqtt/src/mqttd.c 2012/04/15 21:48:23 1.2.2.3 +++ mqtt/src/mqttd.c 2012/04/15 21:52:12 1.2.2.4 @@ -43,7 +43,7 @@ sigHand(int sig) break; } - syslog(LOG_ERR, "Error:: can't reload #%d - %s", cfg_GetErrno(), cfg_GetError()); + ioLIBERR(cfg); case SIGTERM: ioDEBUG(1, "Terminate MQTT service in progress"); Kill++;