Updated error message

This commit is contained in:
Matt Hill
2014-07-02 19:49:58 -04:00
parent 06112af3e1
commit 9814f40ca1

View File

@@ -292,7 +292,7 @@ bool writeToQueue(std::string jsonResult)
} }
catch (const std::runtime_error& error) catch (const std::runtime_error& error)
{ {
LOG4CPLUS_WARN(logger, "Error writing to Beanstalk. Result has not been saved."); LOG4CPLUS_WARN(logger, "Error connecting to Beanstalk. Result has not been saved.");
return false; return false;
} }
return true; return true;