From 0d80d85e47d5c44092acd0f96d9ce9da51ddb87d Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Wed, 27 Jan 2016 12:44:18 +0300 Subject: Add path to log output in WritableDir test --- platform/platform_tests/platform_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') 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; } -- cgit v1.2.3