Skip to content

Commit

Permalink
[stock-txn-asst] No need for the amount message to be a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jun 29, 2023
1 parent 6751549 commit 98e4f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/gnome/assistant-stock-transaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 98e4f98

Please sign in to comment.