corrected as rotation_minute <= 0

pull/2729/head
mmanoj 2 years ago committed by GitHub
parent 526f938177
commit 16a946334d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ public:
, filenames_q_()
{
if (rotation_minute < 0)
if (rotation_minute <= 0)
{
throw_spdlog_ex("minute_interval_file_sink: Invalid rotation time in ctor");
}

Loading…
Cancel
Save