mirror of
https://github.com/simh/simh.git
synced 2026-01-13 23:35:57 +00:00
Display something descriptive when a peer hasn't been specified yet.
This commit is contained in:
parent
16d04a15ec
commit
63d0cdbd38
@ -595,6 +595,10 @@ t_stat dmc_showpeer (FILE* st, UNIT* uptr, int32 val, void* desc)
|
||||
{
|
||||
fprintf(st, "peer=%s", controller->line->peer);
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(st, "peer=unspecified");
|
||||
}
|
||||
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user