From 0745341d499739b3e4e45098e669611fefa4e9db Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Wed, 5 Oct 2011 18:35:25 +0200 Subject: [PATCH] Getting debug output displayed right --- DataStructures/PBFParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/PBFParser.h b/DataStructures/PBFParser.h index 5ff24df4c..09d11d053 100644 --- a/DataStructures/PBFParser.h +++ b/DataStructures/PBFParser.h @@ -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