mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
ETHER: Avoid meaningless "No description available" output when opening device.
This commit is contained in:
parent
1cd8925894
commit
7ad92f15fd
@ -2109,6 +2109,8 @@ if (errbuf[0]) {
|
||||
if (r != SCPE_OK)
|
||||
return r;
|
||||
|
||||
if (!strcmp (desc, "No description available"))
|
||||
strcpy (desc, "");
|
||||
sim_printf ("Eth: opened OS device %s%s%s\r\n", savname, desc[0] ? " - " : "", desc);
|
||||
|
||||
/* get the NIC's hardware MAC address */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user