From 4ce4e3562057206092bb399e56f5e03c68d8c4fc Mon Sep 17 00:00:00 2001 From: Alissa Bonas Date: Mon, 17 Feb 2014 14:49:20 +0200 Subject: [PATCH] Fix typo in switchmanager log message in word 'available' Change-Id: I97bd3d69109b9fec460793758f9a56459a5226b0 Signed-off-by: Alissa Bonas --- .../controller/switchmanager/internal/SwitchManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.36.6