From 26e4fedfde1e191de3f8eab3501afbbc408d133b Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 22 Jul 2010 01:16:48 +0000 Subject: [PATCH] be careful with output streams --- utils/shapeindex/shapeindex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/shapeindex/shapeindex.cpp b/utils/shapeindex/shapeindex.cpp index 0f717e2b9..91d82c1d6 100644 --- a/utils/shapeindex/shapeindex.cpp +++ b/utils/shapeindex/shapeindex.cpp @@ -114,9 +114,9 @@ int main (int argc,char** argv) } while (itr != shape_files.end()) { + clog << "processing " << *itr << endl; std::string shapename (*itr++); boost::algorithm::ireplace_last(shapename,".shp",""); - clog << "processing " << *itr << endl; std::string shapename_full (shapename+".shp"); if (! boost::filesystem::exists (shapename_full))