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:
Joshua Sled 2007-04-06 20:03:50 +00:00
parent 459a053a30
commit df48c26f49

View File

@ -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;