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; }