Skip to content

Commit

Permalink
Make logging more verbose
Browse files Browse the repository at this point in the history
Debugged an issue with a user who was on a read-only filesystem.

Signed-off-by: Eric Curtin <[email protected]>
  • Loading branch information
ericcurtin committed Feb 6, 2025
1 parent 9ab42dc commit 12af7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run/run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class HttpClient {
if (!output_file.empty()) {
output_file_partial = output_file + ".partial";
if (!out.open(output_file_partial, "ab")) {
printe("Failed to open file\n");
printe("Failed to open file for writing\n");

return 1;
}
Expand Down

0 comments on commit 12af7ed

Please sign in to comment.