Skip to content
Snippets Groups Projects
Commit ec982252 authored by Josh Borrow's avatar Josh Borrow
Browse files

Changed debug message for output selection

parent df1b5615
Branches
Tags
1 merge request!1088Io selection changes
......@@ -148,8 +148,10 @@ int output_options_should_write_field(struct output_options* output_options,
compression_level);
#ifdef SWIFT_DEBUG_CHECKS
message("Determining if %s is to be written. Returning %d from %s.", field,
should_write, compression_level);
message(
"Check for whether %s should be written returned %s from a provided "
"value of \"%s\"",
field, should_write ? "True" : "False", compression_level);
#endif
return should_write;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment