Update filesink.cpp (#216)

This commit is contained in:
maj-tom 2017-07-19 12:16:50 -07:00 committed by Kjell Hedström
parent 2a8ebca2d7
commit 97c6cf45b3

View File

@ -80,7 +80,7 @@ namespace g3 {
_log_file_with_path = prospect_log;
_outptr = std::move(log_stream);
ss_change << "\n\tNew log file. The previous log file was at: ";
ss_change << old_log;
ss_change << old_log << "\n";
filestream() << now_formatted << ss_change.str();
return _log_file_with_path;
}