mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Tweak a warning message to provide more info.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6827 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
dfbb270c2c
commit
5518f193e7
@ -1510,7 +1510,8 @@ PrintAmountInternal(char *buf, gnc_numeric val, const GNCPrintAmountInfo *info)
|
|||||||
|
|
||||||
if (num_decimal_places > info->max_decimal_places)
|
if (num_decimal_places > info->max_decimal_places)
|
||||||
{
|
{
|
||||||
PWARN ("max_decimal_places too small");
|
PWARN ("max_decimal_places too small; limit %d, value %s%s",
|
||||||
|
info->max_decimal_places, buf, temp_buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (num_decimal_places > 0)
|
if (num_decimal_places > 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user