Getting debug output displayed right
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user