Update file_helper.h

pull/814/head
Gabi Melman 7 years ago committed by GitHub
parent f6049cd333
commit d0cfca0820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@
#pragma once #pragma once
// Helper class for file sink. // 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 delay interval (10 ms).
// Throw spdlog_ex exception on errors. // Throw spdlog_ex exception on errors.

Loading…
Cancel
Save