forked from organicmaps/organicmaps
Minor log output fix
This commit is contained in:
parent
b35fdedb3c
commit
a135919127
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue