From: <rm...@hy...> - 2010-01-29 20:00:40
|
Author: rmorgan Date: 2010-01-29 12:00:31 -0800 (Fri, 29 Jan 2010) New Revision: 14247 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14247 Modified: trunk/plugins/netdevice/src/org/hyperic/hq/plugin/netdevice/SNMPTrapReceiver.java Log: [HHQ-3702] Include community string in debug logging when the log track plugin cannot be found. Modified: trunk/plugins/netdevice/src/org/hyperic/hq/plugin/netdevice/SNMPTrapReceiver.java =================================================================== --- trunk/plugins/netdevice/src/org/hyperic/hq/plugin/netdevice/SNMPTrapReceiver.java 2010-01-29 09:15:05 UTC (rev 14246) +++ trunk/plugins/netdevice/src/org/hyperic/hq/plugin/netdevice/SNMPTrapReceiver.java 2010-01-29 20:00:31 UTC (rev 14247) @@ -259,7 +259,7 @@ if (plugin != null) { if (log.isDebugEnabled()) { - log.debug("No plugin for " + address + ", routing to default platform: " + plugin.getName()); + log.debug("No plugin for '" + address + "', '" + community + "', routing to default platform: " + plugin.getName()); } } } |