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:
Diffstat (limited to 'platform')
-rw-r--r--platform/platform_tests/platform_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform_tests/platform_test.cpp b/platform/platform_tests/platform_test.cpp
index 683e2071a7..be2c93c7c7 100644
--- a/platform/platform_tests/platform_test.cpp
+++ b/platform/platform_tests/platform_test.cpp
@@ -45,7 +45,7 @@ UNIT_TEST(WritableDir)
}
catch (Writer::OpenException const &)
{
- LOG(LCRITICAL, ("Can't create file"));
+ LOG(LCRITICAL, ("Can't create file", path));
return;
}