diff --git a/I1620/i1620_cd.c b/I1620/i1620_cd.c index cf89a42c..61bfd1a2 100644 --- a/I1620/i1620_cd.c +++ b/I1620/i1620_cd.c @@ -367,7 +367,7 @@ if ((i = strlen (cdr_buf)) > 0) { /* anything at all? */ } else { /* line too long */ ind[IN_RDCHK] = 1; - sim_printf ("CDR line too long"); + sim_perror ("CDR line too long"); return SCPE_IOERR; } }