Commit 72155b29 authored by Peter Eisentraut's avatar Peter Eisentraut

pg_standby: Remove tabs from string literals

And align a bit better with the rest of the debug output.
parent db2cd074
...@@ -483,7 +483,7 @@ RestoreWALFileForRecovery(void) ...@@ -483,7 +483,7 @@ RestoreWALFileForRecovery(void)
if (debug) if (debug)
{ {
fprintf(stderr, "running restore :"); fprintf(stderr, "running restore: ");
fflush(stderr); fflush(stderr);
} }
...@@ -494,7 +494,7 @@ RestoreWALFileForRecovery(void) ...@@ -494,7 +494,7 @@ RestoreWALFileForRecovery(void)
{ {
if (debug) if (debug)
{ {
fprintf(stderr, " OK\n"); fprintf(stderr, "OK\n");
fflush(stderr); fflush(stderr);
} }
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment