Skip to content
Snippets Groups Projects
Commit 77cf6a50 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Fix formatting of messages.
parent 63621325
No related branches found
No related tags found
No related merge requests found
......@@ -496,7 +496,8 @@ int main(int argc, char *const argv[])
if (verbose) {
for (i = 0; i < argc; i++)
printf("arg[%d] = %s\n", i, argv[i]);
printf("source = %s (%s), target = %s\n", usource, source, target);
printf("source = %s (%s), target = %s\n", usource, source,
target);
printf("options = %s\n", orig_options);
}
......@@ -551,7 +552,7 @@ int main(int argc, char *const argv[])
if (set_tunables(source, strlen(source)) && verbose)
fprintf(stderr, "%s: unable to set tunables for %s"
" (may cause reduced IO performance)",
" (may cause reduced IO performance)\n",
argv[0], source);
if (!fake)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment