mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
Decrease the amout of log messages
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10354 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -222,8 +222,8 @@ update_accountlist (HBCIInitialInfo *info)
|
||||
else
|
||||
printf("update_accountlist: Oops, account list from AB_Banking is NULL.\n");
|
||||
|
||||
// printf("update_accountlist: HBCI hash has %d entries.\n", g_hash_table_size(info->hbci_hash));
|
||||
// printf("update_accountlist: GNC hash has %d entries.\n", g_hash_table_size(info->gnc_hash));
|
||||
/* printf("update_accountlist: HBCI hash has %d entries.\n", g_hash_table_size(info->hbci_hash)); */
|
||||
/* printf("update_accountlist: GNC hash has %d entries.\n", g_hash_table_size(info->gnc_hash)); */
|
||||
|
||||
g_hash_table_thaw (info->hbci_hash);
|
||||
gtk_clist_thaw (GTK_CLIST (info->accountlist));
|
||||
|
||||
@@ -385,7 +385,7 @@ static void gnc_hbci_printresult(HBCI_Outbox *outbox, GNCInteractor *inter)
|
||||
}
|
||||
}
|
||||
n=GWEN_DB_GetNextGroup(n);
|
||||
} // while
|
||||
} /* while */
|
||||
|
||||
GWEN_DB_Group_free(rsp);
|
||||
}
|
||||
|
||||
@@ -598,8 +598,8 @@ static GWEN_TYPE_UINT32 progressStartCB(AB_BANKING *ab, const char *utf8title,
|
||||
0.0);
|
||||
data->action_max = total;
|
||||
GNCInteractor_setRunning(data);
|
||||
printf("progressStartCB: Action \"%s\" started, total %d.\n",
|
||||
text, total);
|
||||
/* printf("progressStartCB: Action \"%s\" started, total %d.\n",
|
||||
text, total); */
|
||||
|
||||
/* Show the dialog */
|
||||
GNCInteractor_show(data);
|
||||
@@ -623,8 +623,8 @@ static int progressAdvanceCB(AB_BANKING *ab, GWEN_TYPE_UINT32 id,
|
||||
}
|
||||
|
||||
if (progress != AB_BANKING_PROGRESS_NONE) {
|
||||
printf("progressLogCB: Progress set to %d out of %f.\n",
|
||||
progress, data->action_max);
|
||||
/* printf("progressLogCB: Progress set to %d out of %f.\n",
|
||||
progress, data->action_max); */
|
||||
if (progress <= data->action_max)
|
||||
gtk_progress_set_percentage (GTK_PROGRESS (data->action_progress),
|
||||
progress/data->action_max);
|
||||
@@ -651,7 +651,7 @@ static int progressLogCB(AB_BANKING *ab, GWEN_TYPE_UINT32 id,
|
||||
/* printf("progressLogCB: Oops, wrong progress id %d -- ignored.\n", id); */
|
||||
}
|
||||
|
||||
printf("progressLogCB: Logging msg: %s\n", text);
|
||||
/* printf("progressLogCB: Logging msg: %s\n", text); */
|
||||
GNCInteractor_add_log_text (data, text);
|
||||
|
||||
g_free(text);
|
||||
|
||||
Reference in New Issue
Block a user