[Gnucash-changes] Decrease the amout of log messages

Christian Stimming cstim at cvs.gnucash.org
Sat Dec 4 16:25:57 EST 2004


Log Message:
-----------
Decrease the amout of log messages

Modified Files:
--------------
    gnucash/src/import-export/hbci:
        druid-hbci-initial.c
        gnc-hbci-utils.c
        hbci-interaction.c

Revision Data
-------------
Index: druid-hbci-initial.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/import-export/hbci/druid-hbci-initial.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -Lsrc/import-export/hbci/druid-hbci-initial.c -Lsrc/import-export/hbci/druid-hbci-initial.c -u -r1.51 -r1.52
--- src/import-export/hbci/druid-hbci-initial.c
+++ src/import-export/hbci/druid-hbci-initial.c
@@ -222,8 +222,8 @@
   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));
Index: hbci-interaction.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/import-export/hbci/hbci-interaction.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -Lsrc/import-export/hbci/hbci-interaction.c -Lsrc/import-export/hbci/hbci-interaction.c -u -r1.49 -r1.50
--- src/import-export/hbci/hbci-interaction.c
+++ src/import-export/hbci/hbci-interaction.c
@@ -598,8 +598,8 @@
 			       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 @@
   }
 
   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 @@
 /*     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);
Index: gnc-hbci-utils.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/import-export/hbci/gnc-hbci-utils.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -Lsrc/import-export/hbci/gnc-hbci-utils.c -Lsrc/import-export/hbci/gnc-hbci-utils.c -u -r1.47 -r1.48
--- src/import-export/hbci/gnc-hbci-utils.c
+++ src/import-export/hbci/gnc-hbci-utils.c
@@ -385,7 +385,7 @@
       }
     } 
     n=GWEN_DB_GetNextGroup(n);
-  } // while
+  } /* while */
 
   GWEN_DB_Group_free(rsp);
 }


More information about the gnucash-changes mailing list