Added debug code
This commit is contained in:
parent
23a7c22c70
commit
4bdc0a663c
1 changed files with 3 additions and 0 deletions
|
|
@ -617,6 +617,9 @@ value_t& value_t::operator*=(const value_t& val)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DEBUG("value.multiply.error", "Left: " << *this);
|
||||||
|
DEBUG("value.multiply.error", "Right: " << val);
|
||||||
|
|
||||||
throw_(value_error, _("Cannot multiply %1 with %2") << label() << val.label());
|
throw_(value_error, _("Cannot multiply %1 with %2") << label() << val.label());
|
||||||
|
|
||||||
return *this;
|
return *this;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue