From 47f1f1fefc65fa1809242cb66a8a3a57b726f85b Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 16 Oct 2008 10:25:55 +0200 Subject: [PATCH] improve debugging --- src/devices/wifi/mac-low.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/wifi/mac-low.cc b/src/devices/wifi/mac-low.cc index 35eeb6636..e36f15738 100644 --- a/src/devices/wifi/mac-low.cc +++ b/src/devices/wifi/mac-low.cc @@ -1055,7 +1055,7 @@ MacLow::GetStation (Mac48Address ad) const void MacLow::SendCtsAfterRts (Mac48Address source, Time duration, WifiMode rtsTxMode, double rtsSnr) { - NS_LOG_FUNCTION (this); + NS_LOG_FUNCTION (this << source << duration << rtsTxMode << rtsSnr); /* send a CTS when you receive a RTS * right after SIFS. */