mirror of
https://github.com/gabime/spdlog.git
synced 2025-03-04 13:15:48 +08:00
corrected as rotation_minute <= 0
This commit is contained in:
parent
526f938177
commit
16a946334d
@ -61,7 +61,7 @@ public:
|
|||||||
, filenames_q_()
|
, filenames_q_()
|
||||||
{
|
{
|
||||||
|
|
||||||
if (rotation_minute < 0)
|
if (rotation_minute <= 0)
|
||||||
{
|
{
|
||||||
throw_spdlog_ex("minute_interval_file_sink: Invalid rotation time in ctor");
|
throw_spdlog_ex("minute_interval_file_sink: Invalid rotation time in ctor");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user