Skip to content

Commit d2fe216

Browse files
authored
Make logging more verbose (#11714)
Debugged an issue with a user who was on a read-only filesystem. Signed-off-by: Eric Curtin <ecurtin@redhat.com>
1 parent ed926d8 commit d2fe216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/run/run.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ class HttpClient {
346346
if (!output_file.empty()) {
347347
output_file_partial = output_file + ".partial";
348348
if (!out.open(output_file_partial, "ab")) {
349-
printe("Failed to open file\n");
349+
printe("Failed to open file for writing\n");
350350

351351
return 1;
352352
}

0 commit comments

Comments
 (0)