Player log file -> player activity log file.
[dcpomatic.git] / src / wx / swaroop_controls.cc
index 8cd3b1d5bab913429e687f6d567ec10d5a920ba1..622e943c2015ceb52afea32bfbc5997add4dc4d9 100644 (file)
@@ -274,7 +274,7 @@ SwaroopControls::log (wxString s)
        wxString ts = std_to_wx(string(buffer)) + N_(": ");
        _log->SetValue(_log->GetValue() + ts + s + "\n");
 
-       optional<boost::filesystem::path> log = Config::instance()->player_log_file();
+       optional<boost::filesystem::path> log = Config::instance()->player_activity_log_file();
        if (!log) {
                return;
        }