From 0328057a9de7c5622a9190f62dfe7c8099053f15 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 13 May 2011 14:48:48 +0000 Subject: [PATCH] changing debug output to new descripte configuration class --- Plugins/JSONDescriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/JSONDescriptor.h b/Plugins/JSONDescriptor.h index 105f993d5..ec5a3510f 100644 --- a/Plugins/JSONDescriptor.h +++ b/Plugins/JSONDescriptor.h @@ -315,7 +315,7 @@ public: reply.content += "],"; reply.content += "\"transactionId\": \"OSRM Routing Engine JSON Descriptor (beta)\""; reply.content += "}"; - //std::cout << "zoom: " << zoom << ", threshold: " << areaThresholds[zoom] << ", painted: " << painted << ", omitted: " << omitted << std::endl; + //std::cout << "zoom: " << config.z << ", threshold: " << areaThresholds[config.z] << ", painted: " << painted << ", omitted: " << omitted << std::endl; } }; #endif /* JSONDESCRIPTOR_H_ */