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-01-27 12:44:18 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:15:58 +0300
commit0d80d85e47d5c44092acd0f96d9ce9da51ddb87d (patch)
treecd2b0d5a0d8d249022a83d9a540316cca1030e3c /platform
parente48b975875188f6547988255a9631fe39c2afdfd (diff)
Add path to log output in WritableDir test
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;
}