diff --git a/src/spicelib/parser/inpgmod.c b/src/spicelib/parser/inpgmod.c index d252b26d6..677e379ad 100644 --- a/src/spicelib/parser/inpgmod.c +++ b/src/spicelib/parser/inpgmod.c @@ -334,7 +334,7 @@ INPgetMod(CKTcircuit *ckt, char *name, INPmodel **model, INPtables *tab) #endif *model = NULL; - return tprintf("Unable to find definition of model %s - default assumed\n", name); + return tprintf("Unable to find definition of model %s\n", name); }