From 7cbfe62af8add34f3308c0ad2c20b0e06823c720 Mon Sep 17 00:00:00 2001 From: artemp Date: Tue, 16 Feb 2016 11:39:38 +0100 Subject: [PATCH] fix log string --- utils/mapnik-index/process_csv_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mapnik-index/process_csv_file.cpp b/utils/mapnik-index/process_csv_file.cpp index 92c0728d5..be6039612 100644 --- a/utils/mapnik-index/process_csv_file.cpp +++ b/utils/mapnik-index/process_csv_file.cpp @@ -194,7 +194,7 @@ std::pair> process_csv_file(T & boxes, std::string const& fil if (num_fields != num_headers) { std::ostringstream s; - s << "CSV Plugin: # of columns(" << num_fields << ")"; + s << "CSV Index: # of columns(" << num_fields << ")"; if (num_fields > num_headers) { s << " > ";