From 4615d2ca28fe9dff6e5ebaebd6caf190a0c78ba5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 23 May 2012 19:58:17 +0300 Subject: [PATCH] pg_standby: Remove tabs from string literals And align a bit better with the rest of the debug output. --- contrib/pg_standby/pg_standby.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c index 0aa05344b9..94fb2cf11c 100644 --- a/contrib/pg_standby/pg_standby.c +++ b/contrib/pg_standby/pg_standby.c @@ -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; -- 2.40.0