Mercurial > ecos
changeset 1396:72d234fe1607
Suppress diagnostic message (noisy)
| author | gthomas |
|---|---|
| date | Mon, 24 Nov 2003 14:18:59 +0000 |
| parents | 18917b022cb6 |
| children | 9c818dd5d9fa |
| files | packages/redboot/current/ChangeLog packages/redboot/current/src/net/bootp.c |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,8 @@ +2003-11-24 Gary Thomas <gary@mlbassoc.com> + + * src/net/bootp.c (__bootp_find_local_ip): + Suppress diagnostic message that DNS info found. + 2002-11-24 Jani Monoses <jani@iv.ro> * src/flash.c: Remove references to FLASH_MIN_WORKSPACE.
--- a/packages/redboot/current/src/net/bootp.c +++ b/packages/redboot/current/src/net/bootp.c @@ -290,7 +290,7 @@ int #endif #ifdef CYGPKG_REDBOOT_NETWORKING_DNS case TAG_DOMAIN_SERVER: - diag_printf(" DNS server found!\n"); +// diag_printf(" DNS server found!\n"); memcpy(&__bootp_dns_addr, p, 4); __bootp_dns_set = 1; break;
