Ignore:
Timestamp:
09/10/98 12:23:08 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b7e3949
Parents:
eff217e
Message:

Patch from Eric Norum <eric@…> to fix a cryptic error
message after comments from Eric Valette <valette@…>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/rtems/rtems_glue.c

    reff217e r109b17f4  
    700700        if (networkDaemonTid) {
    701701                if (waitflag == M_WAITOK)
    702                         rtems_panic ("Someone is asking for more memory");
     702                        rtems_panic (
     703"Network mbuf space can not be enlarged after rtems_bsdnet_initialize() has\n"
     704"returned.  Enlarge the initial mbuf/cluster size in rtems_bsdnet_config.");
    703705                return 0;
    704706        }
Note: See TracChangeset for help on using the changeset viewer.