We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc61f69 + ac19803 commit 22a169bCopy full SHA for 22a169b
include/spdlog/sinks/daily_file_sink.h
@@ -155,7 +155,7 @@ class daily_file_sink final : public base_sink<Mutex>
155
using details::os::filename_to_str;
156
using details::os::remove_if_exists;
157
158
- filename_t current_file = filename();
+ filename_t current_file = file_helper_.filename();
159
if (filenames_q_.full())
160
{
161
auto old_filename = std::move(filenames_q_.front());
0 commit comments