diff --git a/server/src/com/cloud/api/ApiServer.java b/server/src/com/cloud/api/ApiServer.java index 7aac28faf79..1311879b710 100755 --- a/server/src/com/cloud/api/ApiServer.java +++ b/server/src/com/cloud/api/ApiServer.java @@ -282,11 +282,8 @@ public class ApiServer extends ManagerBase implements HttpRequestHandler, ApiSer try { eventBus.publish(event); } catch (EventBusException evx) { - String errMsg = "F" + - "" + - "ailed to publish async job event on the the event bus."; + String errMsg = "Failed to publish async job event on the the event bus."; s_logger.warn(errMsg, evx); - throw new CloudRuntimeException(errMsg); } }