mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
print return code in debugging error message
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4373 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
64e9809878
commit
9dff105db0
@ -1457,9 +1457,10 @@ xaccTransCommitEdit (Transaction *trans)
|
||||
*/
|
||||
/* XXX hack alert -- finish this */
|
||||
PWARN("Another user has modified the transaction\n"
|
||||
"Please refresh your browser and try again.\n"
|
||||
"(This dialog should be a gui dialog and \n"
|
||||
"should check for errors)\n");
|
||||
"\tPlease refresh your browser and try again.\n"
|
||||
"\t(This dialog should be a gui dialog and \n"
|
||||
"\tshould check for errors)\n"
|
||||
"\t rc=%d\n", rc);
|
||||
/* hack alert -- we should check for i/o errors from
|
||||
* the backend too ...
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user