mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 18:11:33 +08:00
Update rotating_file_sink-inl.h
This commit is contained in:
parent
4cea9b8729
commit
4c2ce2c82c
@ -38,7 +38,7 @@ SPDLOG_INLINE rotating_file_sink<Mutex>::rotating_file_sink(
|
||||
|
||||
if (max_size > 200000)
|
||||
{
|
||||
throw_spdlog_ex("rotating sink constructor: max_size arg cannot exceed 2000000");
|
||||
throw_spdlog_ex("rotating sink constructor: max_size arg cannot exceed 200000");
|
||||
}
|
||||
file_helper_.open(calc_filename(base_filename_, 0));
|
||||
current_size_ = file_helper_.size(); // expensive. called only once
|
||||
|
Loading…
Reference in New Issue
Block a user