refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2024-08-07 14:59:39 +08:00
parent 255faa0eac
commit 1fbb3a63bc
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ int32_t restoreCheckpointData(const char* path, const char* key, int64_t chkptId
}
if (code != 0) {
stError("failed to start stream backend at %s, restart from default defaultPath:%s, reason:%s", checkpointPath,
stError("failed to start stream backend at %s, restart from defaultPath:%s, reason:%s", checkpointPath,
defaultPath, tstrerror(code));
code = 0; // reset the error code
}