forked from organicmaps/organicmaps
Add path to log output in WritableDir test
This commit is contained in:
parent
e48b975875
commit
0d80d85e47
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue