Skip to content

Commit

Permalink
Update src/shell/commands/debugger.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Wang <[email protected]>
  • Loading branch information
acelyc111 and empiredan authored Dec 12, 2023
1 parent 16eee26 commit 7907920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/commands/debugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ bool mlog_dump(command_executor *e, shell_context *sc, arguments args)
std::string name =
dsn::utils::get_last_component(dirname((char *)slog_dir_tmp.c_str()), splitters);
if (name.empty()) {
fmt::print(stderr, "ERROR: '{}' is not a valid slog directory\n", plog_dir);
fmt::print(stderr, "ERROR: '{}' is not a valid plog directory\n", plog_dir);
return false;
}

Expand Down

0 comments on commit 7907920

Please sign in to comment.