From: Giovanni Meo Date: Wed, 29 Jan 2014 05:39:33 +0000 (+0000) Subject: Merge "Fix for bug #343 Have made changes in HostTracker.java Submitting again" X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~562 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9cec08e30cb7d7da40d6bb716623c92c1db41f54;hp=3279791152f14435935d60e3abcb1c618ddc540f Merge "Fix for bug #343 Have made changes in HostTracker.java Submitting again" --- diff --git a/opendaylight/hosttracker/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/HostTracker.java b/opendaylight/hosttracker/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/HostTracker.java index e1a8ef806a..9cae4348b1 100644 --- a/opendaylight/hosttracker/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/HostTracker.java +++ b/opendaylight/hosttracker/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/HostTracker.java @@ -480,7 +480,7 @@ public class HostTracker implements IfIptoHost, IfHostListener, ISwitchManagerAw * Host replacement has failed, do the recovery */ hostsDB.put(id, newHost); - logger.error("Host replacement failed. Overwrite the host. Repalced Host: {}, New Host: {}", removedHost, + logger.error("Host replacement failed. Overwrite the host. Replaced Host: {}, New Host: {}", removedHost, newHost); } notifyHostLearnedOrRemoved(removedHost, false);