Add path to log output in WritableDir test

This commit is contained in:
Sergey Yershov 2016-01-27 12:44:18 +03:00
parent e48b975875
commit 0d80d85e47

View file

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