Preprocessor likes spaces between some tokens.

This commit is contained in:
JoelKatz
2013-03-16 01:55:57 -07:00
parent 986cce6335
commit 9db1711d38

View File

@@ -314,7 +314,7 @@ void Config::load()
Json::Value jvCommand;
if (!jrReader.parse(strJson, jvCommand))
throw std::runtime_error(boost::str(boost::format("Couldn't parse ["SECTION_RPC_STARTUP"] command: %s") % strJson));
throw std::runtime_error(boost::str(boost::format("Couldn't parse [" SECTION_RPC_STARTUP "] command: %s") % strJson));
jvArray.append(jvCommand);
}