Skip to content

Commit

Permalink
fix typo in log message (for #4254)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed May 22, 2024
1 parent 18532ae commit 41dc65a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/manual.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion src/CrashHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ bool CrashHandlerDownloadSymbols() {
}

if (!dbghelp::HasSymbols()) {
logf("CrashHandlerDownloadSymbols: HasSymbols() false after downloading symbols, gSymbolPath:'%'s\n",
logf("CrashHandlerDownloadSymbols: HasSymbols() false after downloading symbols, gSymbolPath:'%s'\n",
gSymbolPath);
return false;
}
Expand Down

0 comments on commit 41dc65a

Please sign in to comment.