Unverified Commit 68118f42 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update daily_file_sink.h

parent fcc6b97f
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment