From 2162a419e376ae20e208722f7f196f90794e51b4 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 17 Jun 2014 13:52:55 -0700 Subject: Some logging fixes. --- node/Switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Switch.cpp') diff --git a/node/Switch.cpp b/node/Switch.cpp index d012b841..1c2fe8b1 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -101,7 +101,7 @@ void Switch::onLocalEthernet(const SharedPtr &network,const MAC &from,c // Check to make sure this protocol is allowed on this network if (!nconf->permitsEtherType(etherType)) { - LOG("%s: ignored tap: %s -> %s: ethertype %s not allowed on network %.16llx",network->tapDeviceName().c_str(),from.toString().c_str(),to.toString().c_str(),etherTypeName(etherType),(unsigned long long)network->id()); + TRACE("%s: ignored tap: %s -> %s: ethertype %s not allowed on network %.16llx",network->tapDeviceName().c_str(),from.toString().c_str(),to.toString().c_str(),etherTypeName(etherType),(unsigned long long)network->id()); return; } -- cgit v1.2.3