Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9A833200D2E for ; Tue, 31 Oct 2017 08:59:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 990B11609EC; Tue, 31 Oct 2017 07:59:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D69A91609EB for ; Tue, 31 Oct 2017 08:59:31 +0100 (CET) Received: (qmail 94185 invoked by uid 500); 31 Oct 2017 07:59:31 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 94176 invoked by uid 99); 31 Oct 2017 07:59:30 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2017 07:59:30 +0000 From: GitBox To: commits@cloudstack.apache.org Subject: [GitHub] rafaelweingartner commented on a change in pull request #2302: CLOUDSTACK-10122: Unrelated error message Message-ID: <150943677029.6508.16462208437922734492.gitbox@gitbox.apache.org> archived-at: Tue, 31 Oct 2017 07:59:32 -0000 rafaelweingartner commented on a change in pull request #2302: CLOUDSTACK-10122: Unrelated error message URL: https://github.com/apache/cloudstack/pull/2302#discussion_r147916282 ########## File path: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java ########## @@ -1423,7 +1423,7 @@ public void prepare(VirtualMachineProfile vm, DeployDestination dest) throws Sto } } catch (Throwable e){ - s_logger.debug("[NSX_PLUGIN_LOG] ERROR: " + e.getMessage()); Review comment: I would remove the try/catch block. I really did not seen any relevant exception in that piece of code to be dealt if there. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services