Skip to content

Commit 22a169b

Browse files
author
gabime
committed
Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
2 parents bc61f69 + ac19803 commit 22a169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spdlog/sinks/daily_file_sink.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class daily_file_sink final : public base_sink<Mutex>
155155
using details::os::filename_to_str;
156156
using details::os::remove_if_exists;
157157

158-
filename_t current_file = filename();
158+
filename_t current_file = file_helper_.filename();
159159
if (filenames_q_.full())
160160
{
161161
auto old_filename = std::move(filenames_q_.front());

0 commit comments

Comments
 (0)