(redis_subscribe) in verbose mode, received message gets printed with a 'received: ' header
This commit is contained in:
parent
f0f54434cb
commit
c604c4591f
@ -46,7 +46,7 @@ namespace ix
|
|||||||
{
|
{
|
||||||
if (verbose)
|
if (verbose)
|
||||||
{
|
{
|
||||||
std::cout << message << std::endl;
|
std::cout << "received: " << message << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
msgPerSeconds++;
|
msgPerSeconds++;
|
||||||
@ -84,4 +84,3 @@ namespace ix
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user