diff --git a/src/frontend/spiceif.c b/src/frontend/spiceif.c index e22f10b3f..1192bdc1d 100644 --- a/src/frontend/spiceif.c +++ b/src/frontend/spiceif.c @@ -1301,7 +1301,7 @@ if_getstat(CKTcircuit *ckt, char *name) if_parm->id, &parm, NULL) == -1) { - fprintf(cp_err, "if_getstat: Internal Error: can't get %s\n", name); + fprintf(cp_err, "if_getstat: Internal Error: can't get a name\n"); return (NULL); }