From a135919127140ab9947f7adf0b97a07ac2244047 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 28 Oct 2011 00:11:33 +0300 Subject: [PATCH] Minor log output fix --- qt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }