fix undefind call to calc_filename

pull/963/head
Nikola Gamzakov 7 years ago
parent 6e2acb892c
commit e90eb83451

@ -36,7 +36,7 @@ public:
, max_files_(max_files)
, daily_rotate_(false)
{
file_helper_.open(calc_filename(0));
file_helper_.open(calc_filename_(0));
current_size_ = file_helper_.size(); // expensive. called only once
}

Loading…
Cancel
Save