mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Update daily_file_sink.h
This commit is contained in:
parent
fcc6b97f88
commit
68118f4233
@ -145,7 +145,7 @@ private:
|
|||||||
if (!ok)
|
if (!ok)
|
||||||
{
|
{
|
||||||
filenames_q_.push_back(std::move(current_file));
|
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));
|
filenames_q_.push_back(std::move(current_file));
|
||||||
|
Loading…
Reference in New Issue
Block a user