View | Details | Raw Unified | Return to bug 2539
Collapse All | Expand All

(-)a/src/fd-net-device/helper/emu-fd-net-device-helper.cc (-1 / +2 lines)
 Lines 280-286   EmuFdNetDeviceHelper::CreateFileDescriptor (void) const Link Here 
280
      // If the execlp successfully completes, it never returns.  If it returns it failed or the OS is
280
      // If the execlp successfully completes, it never returns.  If it returns it failed or the OS is
281
      // broken.  In either case, we bail.
281
      // broken.  In either case, we bail.
282
      //
282
      //
283
      NS_FATAL_ERROR ("EmuFdNetDeviceHelper::CreateFileDescriptor(): Back from execlp(), errno = " << ::strerror (errno));
283
      NS_FATAL_ERROR ("EmuFdNetDeviceHelper::CreateFileDescriptor(): Back from execlp(), status = " <<
284
                      status << ", errno = " << ::strerror (errno));
284
    }
285
    }
285
  else
286
  else
286
    {
287
    {

Return to bug 2539