diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-25 16:11:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-25 16:11:14 +0100 |
| commit | 056de100ef9f7d5cc7933b020fa7839816d61958 (patch) | |
| tree | 75cd73384d3a2144cfd0b38335e7b059322425f9 /src/lib | |
| parent | e158d762cc8f023b9584cd2599491b462cee07c9 (diff) | |
Trying to debug config write failures.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index e8621ace0..b30da5746 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -319,7 +319,9 @@ Config::write () const root->add_child("KDMFrom")->add_child_text (_kdm_from); root->add_child("KDMEmail")->add_child_text (_kdm_email); + std::cout << "dcpomatic: writing configuration to " << file(false).string() << "\n"; doc.write_to_file_formatted (file(false).string ()); + std::cout << "dcpomatic: wrote configuration to " << file(false).string() << "\n"; } boost::filesystem::path |
