Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE773E600 for ; Wed, 23 Jan 2013 07:16:25 +0000 (UTC) Received: (qmail 2432 invoked by uid 500); 23 Jan 2013 07:16:25 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 2086 invoked by uid 500); 23 Jan 2013 07:16:24 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 94777 invoked by uid 99); 23 Jan 2013 07:15:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 07:15:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 151538243B2; Wed, 23 Jan 2013 07:15:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hugo@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [12/45] git commit: Summary: copy/paste error Message-Id: <20130123071558.151538243B2@tyr.zones.apache.org> Date: Wed, 23 Jan 2013 07:15:58 +0000 (UTC) Summary: copy/paste error Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4267a3fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4267a3fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4267a3fc Branch: refs/heads/master Commit: 4267a3fc7ce15e85273eb88ce2c5a8cd2b53f72e Parents: 87fe646 Author: Hugo Trippaers Authored: Mon Jan 14 17:17:06 2013 +0100 Committer: Hugo Trippaers Committed: Tue Jan 15 09:18:24 2013 +0100 ---------------------------------------------------------------------- .../hypervisor/kvm/resource/OvsVifDriver.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4267a3fc/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/OvsVifDriver.java ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/OvsVifDriver.java b/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/OvsVifDriver.java index 5b8fab1..0ff05a9 100644 --- a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/OvsVifDriver.java +++ b/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/OvsVifDriver.java @@ -37,7 +37,7 @@ import com.cloud.utils.script.Script; public class OvsVifDriver extends VifDriverBase { private static final Logger s_logger = Logger - .getLogger(BridgeVifDriver.class); + .getLogger(OvsVifDriver.class); private int _timeout; private String _modifyVlanPath;