diff --git a/src/gnome/druid-hierarchy.c b/src/gnome/druid-hierarchy.c index c058a53450..e0a555e662 100644 --- a/src/gnome/druid-hierarchy.c +++ b/src/gnome/druid-hierarchy.c @@ -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;