Author: sevein
Date: Wed Jul 11 16:33:05 2012
New Revision: 11912

Log:
Fix log message

Modified:
   trunk/lib/task/migrate/arUpgradeSqlTask.class.php

Modified: trunk/lib/task/migrate/arUpgradeSqlTask.class.php
==============================================================================
--- trunk/lib/task/migrate/arUpgradeSqlTask.class.php   Wed Jul 11 15:54:01 
2012        (r11911)
+++ trunk/lib/task/migrate/arUpgradeSqlTask.class.php   Wed Jul 11 16:33:05 
2012        (r11912)
@@ -144,7 +144,7 @@
       }
       catch (Exception $e)
       {
-        $this->logSection('upgrade-sql', sprintf('The task failed while trying 
to upgrade to v'.$version));
+        $this->logSection('upgrade-sql', sprintf('The task failed while trying 
to upgrade to v'.$version + 1));
 
         throw $e;
       }

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to