diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-06-17 13:52:55 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-06-17 13:52:55 -0700 |
| commit | 2162a419e376ae20e208722f7f196f90794e51b4 (patch) | |
| tree | cbb265f543abaa508ea22ff85b2de5901cbeec14 /node/Switch.cpp | |
| parent | f15271f31ff4fa8f349e73604cdc57b1cea9e40e (diff) | |
| download | infinitytier-2162a419e376ae20e208722f7f196f90794e51b4.tar.gz infinitytier-2162a419e376ae20e208722f7f196f90794e51b4.zip | |
Some logging fixes.
Diffstat (limited to 'node/Switch.cpp')
| -rw-r--r-- | node/Switch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> &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; } |
