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:
authorSergey Yershov <yershov@corp.mail.ru>2016-02-04 16:51:16 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:21:52 +0300
commit4e80b2560349915fa2d632b3061344bd4b79b88b (patch)
treeb37cc321ea984f11e6d4c5093dd12a87638b1278 /testing
parent154463eb6931e205366675dbf57d5048bb9a97c9 (diff)
[new downloader] Fix tests logging on device
Diffstat (limited to 'testing')
-rw-r--r--testing/testingmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/testingmain.cpp b/testing/testingmain.cpp
index 4b66b99847..9e9dd006f0 100644
--- a/testing/testingmain.cpp
+++ b/testing/testingmain.cpp
@@ -138,7 +138,7 @@ int main(int argc, char * argv[])
#endif
my::ScopedLogLevelChanger const infoLogLevel(LINFO);
-#if defined(OMIM_OS_MAC) || defined(OMIM_OS_LINUX)
+#if defined(OMIM_OS_MAC) || defined(OMIM_OS_LINUX) || defined(OMIM_OS_IPHONE)
my::SetLogMessageFn(my::LogMessageTests);
#endif