[Fusionforge-commits] r12346 - branches/Branch_5_1/src/deb-specific

Roland Mas lolando at fusionforge.org
Tue Feb 22 16:09:55 CET 2011


Author: lolando
Date: 2011-02-22 16:09:54 +0100 (Tue, 22 Feb 2011)
New Revision: 12346

Modified:
   branches/Branch_5_1/src/deb-specific/db-upgrade.pl
Log:
Minor rephrasing in DB upgrade script

Modified: branches/Branch_5_1/src/deb-specific/db-upgrade.pl
===================================================================
--- branches/Branch_5_1/src/deb-specific/db-upgrade.pl	2011-02-22 11:00:57 UTC (rev 12345)
+++ branches/Branch_5_1/src/deb-specific/db-upgrade.pl	2011-02-22 15:09:54 UTC (rev 12346)
@@ -1246,7 +1246,7 @@
         @reqlist = () ;
 
         &update_db_version ($target) ;
-        &debug ("Committing.") ;
+        &debug ("...OK.") ;
         $dbh->commit () ;
     }
 
@@ -1269,7 +1269,7 @@
         @reqlist = () ;
 
         &update_db_version ($target) ;
-        &debug ("Committing.") ;
+        &debug ("...OK.") ;
         $dbh->commit () ;
     }
 
@@ -1890,7 +1890,7 @@
         @reqlist = () ;
 
         &update_db_version ($target) ;
-        &debug ("Committing.") ;
+        &debug ("...OK.") ;
         $dbh->commit () ;
     }
 
@@ -1932,7 +1932,7 @@
         @reqlist = () ;
 
         &update_db_version ($target) ;
-        &debug ("Committing.") ;
+        &debug ("...OK.") ;
         $dbh->commit () ;
     }
 




More information about the Fusionforge-commits mailing list