From: Carl Hetherington Date: Sun, 9 Jan 2022 20:42:55 +0000 (+0100) Subject: Improve verbose output when writing to the current directory. X-Git-Tag: v2.15.183~7 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1871ff804558499e85100815dce103d5b31a95ae;ds=sidebyside Improve verbose output when writing to the current directory. --- diff --git a/src/lib/kdm_cli.cc b/src/lib/kdm_cli.cc index 3815b3d65..8086fc4b7 100644 --- a/src/lib/kdm_cli.cc +++ b/src/lib/kdm_cli.cc @@ -414,7 +414,7 @@ optional kdm_cli (int argc, char* argv[], std::function out) try { - boost::filesystem::path output = "."; + boost::filesystem::path output = boost::filesystem::current_path(); auto container_name_format = Config::instance()->kdm_container_name_format(); auto filename_format = Config::instance()->kdm_filename_format(); optional cinema_name;