bug CS-13303: updating resource state on upgrade

This commit is contained in:
Abhi 2012-04-12 17:47:34 +05:30
parent 7eb1330800
commit 5709cc5832
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ public class Upgrade2214to30 implements DbUpgrade {
.prepareStatement("");
pstmt.executeUpdate();
} catch (SQLException e) {
throw new CloudRuntimeException("Unable to update router table. ", e);
throw new CloudRuntimeException("Unable to update op_host_capacity table. ", e);
} finally {
try {
if (pstmt != null) {