remove un-needed _backgroundThreadRunning variable

This commit is contained in:
Benjamin Sergeant
2019-05-01 11:08:36 -07:00
parent 0c2d1c22bc
commit 14ec8522ef
4 changed files with 3 additions and 9 deletions

View File

@ -41,7 +41,7 @@ namespace ix
{
if (!redisClient.publish(channel, message, errMsg))
{
std::cerr << "Error publishing to channel " << channel
std::cerr << "Error publishing to channel " << channel
<< "error: " << errMsg
<< std::endl;
return 1;