Implementing issue #428

This commit is contained in:
DennisOSRM
2012-10-04 18:56:58 +02:00
parent 0b2df9892d
commit a502da7c0f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
config.close();
}
} catch(std::exception& e) {
std::cerr << "[config] .ini not found -> Exception: " <<e.what() << std::endl;
ERR("[config] " << configFile << " not found -> Exception: " <<e.what());
if(config.is_open())
config.close();
}