PowerDownChecker and release build setting added

This commit is contained in:
Janik Schlemminger
2014-04-12 11:44:27 +02:00
parent 3914f4678b
commit a1444a4d7b
28 changed files with 285 additions and 112 deletions

View File

@@ -69,7 +69,7 @@ xmlAddressDecoder::xmlAddressDecoder(string addressConfigURI)
}
else
{
SC_REPORT_ERROR("xmlAddressDecoder can not find ", addressConfigURI.c_str());
SC_REPORT_FATAL("xmlAddressDecoder can not find ", addressConfigURI.c_str());
}
}