Don't exit program if state file could not be pared (for example corrupted or empty...
[bpdyndnsd] / src / logger.cpp
index 37bc68d..dec7077 100644 (file)
@@ -867,7 +867,7 @@ void Logger::print_exception_deserialize(const string& errMsg) const
     if ( level <= Loglevel )
     {
         ostringstream msg;
-        msg << "Error while trying to de-serialize Serviceholder object: " << errMsg << endl;
+        msg << "Error while trying to de-serialize Serviceholder object: " << errMsg << ". Continue without recovering state from old services!" << endl;
         log_error(msg.str());
     }
 }