Minor log output fix

This commit is contained in:
Alex Zolotarev 2011-10-28 00:11:33 +03:00 committed by Alex Zolotarev
parent b35fdedb3c
commit a135919127

View file

@ -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;
}