Skip to content

Commit

Permalink
[bugfix] switch file
Browse files Browse the repository at this point in the history
Signed-off-by: zhuangbowei.zbw <zhuangbowei.zbw@alibaba-inc.com>
  • Loading branch information
WaberZhuang committed Mar 21, 2024
1 parent bcb8f21 commit 1e9f7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/switch_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class SwitchFile : public ISwitchFile {
LOG_ERROR("failed to open commit file as zfile, path: `", m_filepath);
return;
}
file = zfile;
LOG_INFO("switch to localfile '`' success.", m_filepath);
m_local_file = file;
}
Expand Down

0 comments on commit 1e9f7cc

Please sign in to comment.