From 5709cc583279d05db81877b6e5a2e165e849ea31 Mon Sep 17 00:00:00 2001 From: Abhi Date: Thu, 12 Apr 2012 17:47:34 +0530 Subject: [PATCH] bug CS-13303: updating resource state on upgrade --- server/src/com/cloud/upgrade/dao/Upgrade2214to30.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/com/cloud/upgrade/dao/Upgrade2214to30.java b/server/src/com/cloud/upgrade/dao/Upgrade2214to30.java index 915eebee780..151dffe4d81 100755 --- a/server/src/com/cloud/upgrade/dao/Upgrade2214to30.java +++ b/server/src/com/cloud/upgrade/dao/Upgrade2214to30.java @@ -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) {