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