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 7907920 commit 6bbb728
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 @@ -125,7 +125,7 @@ bool mlog_dump(command_executor *e, shell_context *sc, arguments args)
char app_type[128];
int32_t app_id, pidx;
if (3 != sscanf(name.c_str(), "%d.%d.%s", &app_id, &pidx, app_type)) {
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 6bbb728

Please sign in to comment.