Unverified Commit 1f8b2cbb authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update file_helper.h

parent d0cfca08
......@@ -6,7 +6,7 @@
#pragma once
// Helper class for file sinks.
// When failing to open a file, retry several times(5) with delay interval (10 ms).
// When failing to open a file, retry several times(5) with a delay interval(10 ms).
// Throw spdlog_ex exception on errors.
#include "spdlog/details/log_msg.h"
......
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