[stock-txn-asst] No need for the amount message to be a warning.

This commit is contained in:
John Ralls 2023-06-29 12:11:19 -07:00
parent 67515497f7
commit 98e4f98798

View File

@ -470,7 +470,7 @@ StockTransactionEntry::set_fieldmask(FieldMask mask)
void
StockTransactionEntry::set_value(gnc_numeric amount, const char* page, StringVec& errors)
{
PWARN ("checking value %s page %s",
DEBUG ("checking value %s page %s",
gnc_num_dbg_to_string (amount),
page);