@@ -722,20 +722,20 @@ main(int argc, char **argv)
722
722
723
723
if (debug )
724
724
{
725
- fprintf (stderr , "Trigger file : %s\n" , triggerPath ? triggerPath : "<not set>" );
726
- fprintf (stderr , "Waiting for WAL file : %s\n" , nextWALFileName );
727
- fprintf (stderr , "WAL file path : %s\n" , WALFilePath );
728
- fprintf (stderr , "Restoring to : %s\n" , xlogFilePath );
729
- fprintf (stderr , "Sleep interval : %d second%s\n" ,
725
+ fprintf (stderr , "Trigger file: %s\n" , triggerPath ? triggerPath : "<not set>" );
726
+ fprintf (stderr , "Waiting for WAL file: %s\n" , nextWALFileName );
727
+ fprintf (stderr , "WAL file path: %s\n" , WALFilePath );
728
+ fprintf (stderr , "Restoring to: %s\n" , xlogFilePath );
729
+ fprintf (stderr , "Sleep interval: %d second%s\n" ,
730
730
sleeptime , (sleeptime > 1 ? "s" : " " ));
731
- fprintf (stderr , "Max wait interval : %d %s\n" ,
731
+ fprintf (stderr , "Max wait interval: %d %s\n" ,
732
732
maxwaittime , (maxwaittime > 0 ? "seconds" : "forever" ));
733
- fprintf (stderr , "Command for restore : %s\n" , restoreCommand );
734
- fprintf (stderr , "Keep archive history : " );
733
+ fprintf (stderr , "Command for restore: %s\n" , restoreCommand );
734
+ fprintf (stderr , "Keep archive history: " );
735
735
if (need_cleanup )
736
736
fprintf (stderr , "%s and later\n" , exclusiveCleanupFileName );
737
737
else
738
- fprintf (stderr , "No cleanup required\n" );
738
+ fprintf (stderr , "no cleanup required\n" );
739
739
fflush (stderr );
740
740
}
741
741
0 commit comments