From: Alissa Bonas Date: Mon, 17 Feb 2014 12:49:20 +0000 (+0200) Subject: Fix typo in switchmanager log message in word 'available' X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~429 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=4ce4e3562057206092bb399e56f5e03c68d8c4fc;ds=sidebyside Fix typo in switchmanager log message in word 'available' Change-Id: I97bd3d69109b9fec460793758f9a56459a5226b0 Signed-off-by: Alissa Bonas --- diff --git a/opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManager.java b/opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManager.java index 615bb4df83..e457fecfed 100644 --- a/opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManager.java +++ b/opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManager.java @@ -2170,7 +2170,7 @@ public class SwitchManager implements ISwitchManager, IConfigurationContainerAwa public Set getConfiguredNotConnectedSwitches() { Set configuredNotConnectedSwitches = new HashSet(); if (this.inventoryService == null) { - log.trace("inventory service not avaiable"); + log.trace("inventory service not available"); return configuredNotConnectedSwitches; }