dcalc fail msg
This commit is contained in:
parent
aaeb848f3a
commit
4d8f6b67ee
|
|
@ -697,7 +697,7 @@ void
|
||||||
DmpAlg::fail(const char *reason)
|
DmpAlg::fail(const char *reason)
|
||||||
{
|
{
|
||||||
// Allow only failures to be reported with a unique debug flag.
|
// Allow only failures to be reported with a unique debug flag.
|
||||||
if (true || debug_->check("delay_calc", 1) || debug_->check("delay_calc_dmp", 1))
|
if (debug_->check("delay_calc", 1) || debug_->check("delay_calc_dmp", 1))
|
||||||
debug_->print("delay_calc: DMP failed - %s c2=%s rpi=%s c1=%s\n",
|
debug_->print("delay_calc: DMP failed - %s c2=%s rpi=%s c1=%s\n",
|
||||||
reason,
|
reason,
|
||||||
units_->capacitanceUnit()->asString(c2_),
|
units_->capacitanceUnit()->asString(c2_),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue