Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-10-28 01:11:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:05 +0300
commita135919127140ab9947f7adf0b97a07ac2244047 (patch)
treeb68af36cc93a5acb050e27bb774a6fcc37f3d135 /qt/main.cpp
parentb35fdedb3cd6c07a9ecce1be0e6a1bd87e2e8fbb (diff)
Minor log output fix
Diffstat (limited to 'qt/main.cpp')
-rw-r--r--qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/main.cpp b/qt/main.cpp
index 614aa6a791..45fcea94b8 100644
--- a/qt/main.cpp
+++ b/qt/main.cpp
@@ -137,6 +137,6 @@ int main(int argc, char * argv[])
// }
//#endif
- LOG(LINFO, ("MapsWithMe finished with code : ", returnCode));
+ LOG_SHORT(LINFO, ("MapsWithMe finished with code", returnCode));
return returnCode;
}