mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 04:20:53 +08:00
Updated error message
This commit is contained in:
@@ -292,7 +292,7 @@ bool writeToQueue(std::string jsonResult)
|
||||
}
|
||||
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 true;
|
||||
|
Reference in New Issue
Block a user