Fix typo in switchmanager log message in word 'available' 66/5366/1
authorAlissa Bonas <abonas@redhat.com>
Mon, 17 Feb 2014 12:49:20 +0000 (14:49 +0200)
committerAlissa Bonas <abonas@redhat.com>
Mon, 17 Feb 2014 12:49:20 +0000 (14:49 +0200)
Change-Id: I97bd3d69109b9fec460793758f9a56459a5226b0
Signed-off-by: Alissa Bonas <abonas@redhat.com>
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManager.java

index 615bb4df8379284df696363b9efd8461ec353f2b..e457fecfedf9b75d5ec1f59f006d64775472e144 100644 (file)
@@ -2170,7 +2170,7 @@ public class SwitchManager implements ISwitchManager, IConfigurationContainerAwa
     public Set<Switch> getConfiguredNotConnectedSwitches() {
         Set<Switch> configuredNotConnectedSwitches = new HashSet<Switch>();
         if (this.inventoryService == null) {
-            log.trace("inventory service not avaiable");
+            log.trace("inventory service not available");
             return configuredNotConnectedSwitches;
         }