Getting debug output displayed right
This commit is contained in:
parent
89e4d4ac30
commit
0745341d49
@ -93,7 +93,7 @@ public:
|
|||||||
|
|
||||||
google::protobuf::ShutdownProtobufLibrary();
|
google::protobuf::ShutdownProtobufLibrary();
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifndef NDEBUG
|
||||||
std::cout << "[info] blocks: " << blockCount << std::endl;
|
std::cout << "[info] blocks: " << blockCount << std::endl;
|
||||||
std::cout << "[info] groups: " << groupCount << std::endl;
|
std::cout << "[info] groups: " << groupCount << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user