Getting debug output displayed right

This commit is contained in:
DennisOSRM 2011-10-05 18:35:25 +02:00
parent 89e4d4ac30
commit 0745341d49

View File

@ -93,7 +93,7 @@ public:
google::protobuf::ShutdownProtobufLibrary();
#ifdef DEBUG
#ifndef NDEBUG
std::cout << "[info] blocks: " << blockCount << std::endl;
std::cout << "[info] groups: " << groupCount << std::endl;
#endif