update some stale log components

This commit is contained in:
Tom Henderson
2015-12-23 09:37:56 -08:00
parent 0266b8a556
commit a361bbe345
4 changed files with 3 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("TcpNewReno");
NS_LOG_COMPONENT_DEFINE ("TcpCongestionOps");
NS_OBJECT_ENSURE_REGISTERED (TcpCongestionOps);

View File

@@ -253,9 +253,6 @@ BuildAppsTest (uint32_t test)
int
main (int argc, char *argv[])
{
// LogComponentEnable ("RedExamples", LOG_LEVEL_INFO);
// LogComponentEnable ("TcpNewReno", LOG_LEVEL_INFO);
// LogComponentEnable ("RedQueue", LOG_LEVEL_FUNCTION);
LogComponentEnable ("RedQueue", LOG_LEVEL_INFO);
uint32_t redTest;

View File

@@ -308,8 +308,7 @@ Ns3TcpLossTestCase::DoRun (void)
LogComponentEnable ("Ns3TcpLossTest", LOG_LEVEL_ALL);
LogComponentEnable ("ErrorModel", LOG_LEVEL_DEBUG);
LogComponentEnable ("TcpWestwood", LOG_LEVEL_ALL);
LogComponentEnable ("TcpNewReno", LOG_LEVEL_INFO);
LogComponentEnable ("TcpReno", LOG_LEVEL_INFO);
LogComponentEnable ("TcpCongestionOps", LOG_LEVEL_INFO);
LogComponentEnable ("TcpSocketBase", LOG_LEVEL_INFO);
}

View File

@@ -286,8 +286,7 @@ Ns3TcpStateTestCase::DoRun (void)
LogComponentEnableAll (LOG_PREFIX_FUNC);
LogComponentEnable ("ErrorModel", LOG_LEVEL_DEBUG);
LogComponentEnable ("Ns3TcpStateTest", LOG_LEVEL_DEBUG);
LogComponentEnable ("TcpNewReno", LOG_LEVEL_INFO);
LogComponentEnable ("TcpTahoe", LOG_LEVEL_INFO);
LogComponentEnable ("TcpCongestionOps", LOG_LEVEL_INFO);
LogComponentEnable ("TcpSocketBase", LOG_LEVEL_INFO);
}