mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-21 03:12:41 +08:00
Update daily_file_sink.h
This commit is contained in:
parent
fcc6b97f88
commit
68118f4233
@ -145,7 +145,7 @@ private:
|
||||
if (!ok)
|
||||
{
|
||||
filenames_q_.push_back(std::move(current_file));
|
||||
throw spdlog_ex("Failed removing daily file " + filename_to_str(old_filename), errno);
|
||||
SPDLOG_THROW(spdlog_ex("Failed removing daily file " + filename_to_str(old_filename), errno));
|
||||
}
|
||||
}
|
||||
filenames_q_.push_back(std::move(current_file));
|
||||
|
Loading…
Reference in New Issue
Block a user