pg_standby: Remove tabs from string literals

And align a bit better with the rest of the debug output.
This commit is contained in:
Peter Eisentraut 2012-05-23 19:58:17 +03:00
parent db2cd07482
commit 72155b29a8
1 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ RestoreWALFileForRecovery(void)
if (debug)
{
fprintf(stderr, "running restore :");
fprintf(stderr, "running restore: ");
fflush(stderr);
}
@ -494,7 +494,7 @@ RestoreWALFileForRecovery(void)
{
if (debug)
{
fprintf(stderr, " OK\n");
fprintf(stderr, "OK\n");
fflush(stderr);
}
return true;