diff --git a/src/spicelib/devices/res/restemp.c b/src/spicelib/devices/res/restemp.c index 993a7795f..0d0a0b61f 100644 --- a/src/spicelib/devices/res/restemp.c +++ b/src/spicelib/devices/res/restemp.c @@ -69,7 +69,7 @@ RESupdate_conduct(RESinstance *here, bool spill_warnings) } else { if (spill_warnings) SPfrontEnd->IFerrorf (ERR_WARNING, - "%s: resistance to low, set to 1 mOhm", here->RESname); + "%s: resistance too low or not given, set to 1 mOhm", here->RESname); here->RESresist = 1e-03; } }