diff options
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 167ffaf4e..efe67926c 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -558,7 +558,9 @@ Film::dir (boost::filesystem::path d, bool create) const p /= d; if (create) { + LOG_GENERAL ("creating %1", p); boost::filesystem::create_directories (p); + LOG_GENERAL ("%1 created", p); } return p; |
