mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
Update filesink.cpp (#216)
This commit is contained in:
parent
2a8ebca2d7
commit
97c6cf45b3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user