Skip to content

Commit

Permalink
Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed May 26, 2020
2 parents bc61f69 + ac19803 commit 22a169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/sinks/daily_file_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class daily_file_sink final : public base_sink<Mutex>
using details::os::filename_to_str;
using details::os::remove_if_exists;

filename_t current_file = filename();
filename_t current_file = file_helper_.filename();
if (filenames_q_.full())
{
auto old_filename = std::move(filenames_q_.front());
Expand Down

0 comments on commit 22a169b

Please sign in to comment.