[svk-commit] r3063 - trunk/lib/SVK/Mirror/Backend

nobody at bestpractical.com nobody at bestpractical.com
Tue Aug 5 10:45:15 EDT 2008


Author: clsung
Date: Tue Aug  5 10:45:09 2008
New Revision: 3063

Modified:
   trunk/lib/SVK/Mirror/Backend/SVNRa.pm

Log:
- omit random new lines
- print STDERR should be replaced by $logger->warn()

Modified: trunk/lib/SVK/Mirror/Backend/SVNRa.pm
==============================================================================
--- trunk/lib/SVK/Mirror/Backend/SVNRa.pm	(original)
+++ trunk/lib/SVK/Mirror/Backend/SVNRa.pm	Tue Aug  5 10:45:09 2008
@@ -805,7 +805,7 @@
         local $| = 1;
         print STDERR $progress->report( "%45b %p\r", ++$i ) if $progress;
     }
-    print STDERR "\n"; # forced newline
+    print STDERR "\n" if $progress; # forced newline
     $self->_ra_finished($ra);
 }
 


More information about the svk-commit mailing list