turn off LOG in emu-sock-creator
authorCraig Dowell <craigdo@ee.washington.edu>
Thu Oct 30 15:27:15 2008 -0700 (15 months ago)
changeset 38358966e68809a6
parent 3834 debf281cc42b
child 3836 e3aa8940f23b
turn off LOG in emu-sock-creator
src/devices/emu/emu-net-device.cc
     1.1 --- a/src/devices/emu/emu-net-device.cc	Thu Oct 30 13:00:16 2008 -0700
     1.2 +++ b/src/devices/emu/emu-net-device.cc	Thu Oct 30 15:27:15 2008 -0700
     1.3 @@ -295,7 +295,7 @@
     1.4        // the (now) parent process.
     1.5        //
     1.6        std::ostringstream oss;
     1.7 -      oss << "-v -p" << path;
     1.8 +      oss << "-p" << path;
     1.9        NS_LOG_INFO ("Parameters set to \"" << oss.str () << "\"");
    1.10  
    1.11        //