summaryrefslogtreecommitdiff
path: root/src/CommonAPI/IniFileReader.cpp
diff options
context:
space:
mode:
authorDirk Huss <dirk_huss@mentor.com>2016-04-08 10:41:00 +0200
committerDirk Huss <dirk_huss@mentor.com>2016-04-08 10:41:00 +0200
commit1c158272e2ee4b93021a97ac3b5c207a137b0d2c (patch)
treeb27d937fad635fde5a43f40300b4737e6ad30f98 /src/CommonAPI/IniFileReader.cpp
parent9345fac016a33c61175e4a06675c20d8590dc201 (diff)
downloadgenivi-common-api-runtime-1c158272e2ee4b93021a97ac3b5c207a137b0d2c.tar.gz
CommonAPI 3.1.7.1
Diffstat (limited to 'src/CommonAPI/IniFileReader.cpp')
-rw-r--r--src/CommonAPI/IniFileReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/IniFileReader.cpp b/src/CommonAPI/IniFileReader.cpp
index b1c96f1..fd8adf8 100644
--- a/src/CommonAPI/IniFileReader.cpp
+++ b/src/CommonAPI/IniFileReader.cpp
@@ -30,7 +30,7 @@ bool
IniFileReader::load(const std::string &_path) {
std::ifstream configStream(_path);
if (configStream.is_open()) {
- COMMONAPI_INFO("Loading ini file from ", _path);
+ //COMMONAPI_INFO("Loading ini file from ", _path);
int lineCounter(0);
std::string currentSectionName;