mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
s/printf/g_logging/
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15843 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
459a053a30
commit
df48c26f49
@ -744,8 +744,8 @@ balance_cell_edited (GtkCellRendererText *cell,
|
||||
|
||||
account = gnc_tree_view_account_get_selected_account(data->final_account_tree);
|
||||
if (account == NULL) {
|
||||
printf("Account is null\n");
|
||||
return;
|
||||
g_critical("account is null");
|
||||
return;
|
||||
}
|
||||
|
||||
error_loc = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user