should really fix bug commiting between each table upgrade, arg, RT#8580
[freeside.git] / FS / FS / Upgrade.pm
index 8597b9d..c856d95 100644 (file)
@@ -60,7 +60,7 @@ sub upgrade {
       $class->_upgrade_data(%opt);
 
       if ( $oldAutoCommit ) {
-        warn "  committing";
+        warn "  committing\n";
         dbh->commit or die dbh->errstr;
       }