@@ -722,20 +722,20 @@ main(int argc, char **argv)
722722
723723 if (debug )
724724 {
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" ,
730730 sleeptime , (sleeptime > 1 ? "s" : " " ));
731- fprintf (stderr , "Max wait interval : %d %s\n" ,
731+ fprintf (stderr , "Max wait interval: %d %s\n" ,
732732 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: " );
735735 if (need_cleanup )
736736 fprintf (stderr , "%s and later\n" , exclusiveCleanupFileName );
737737 else
738- fprintf (stderr , "No cleanup required\n" );
738+ fprintf (stderr , "no cleanup required\n" );
739739 fflush (stderr );
740740 }
741741
0 commit comments