Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 72155b2

Browse files
committed
pg_standby: Remove tabs from string literals
And align a bit better with the rest of the debug output.
1 parent db2cd07 commit 72155b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_standby/pg_standby.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ RestoreWALFileForRecovery(void)
483483

484484
if (debug)
485485
{
486-
fprintf(stderr, "running restore :");
486+
fprintf(stderr, "running restore: ");
487487
fflush(stderr);
488488
}
489489

@@ -494,7 +494,7 @@ RestoreWALFileForRecovery(void)
494494
{
495495
if (debug)
496496
{
497-
fprintf(stderr, " OK\n");
497+
fprintf(stderr, "OK\n");
498498
fflush(stderr);
499499
}
500500
return true;

0 commit comments

Comments
 (0)