[libgda] Removed debug printout



commit 29f9e1950f138e7025ccf9ea3077cb973cdecbce
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Jan 9 16:25:06 2011 +0100

    Removed debug printout

 libgda/gda-connection.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libgda/gda-connection.c b/libgda/gda-connection.c
index 124c1c6..a495b7d 100644
--- a/libgda/gda-connection.c
+++ b/libgda/gda-connection.c
@@ -1,5 +1,5 @@
 /* GDA library
- * Copyright (C) 1998 - 2010 The GNOME Foundation.
+ * Copyright (C) 1998 - 2011 The GNOME Foundation.
  *
  * AUTHORS:
  *      Michael Lausch <michael lausch at>
@@ -5020,9 +5020,10 @@ gda_connection_update_meta_store (GdaConnection *cnc, GdaMetaContext *context, G
 						 gda_connection_get_provider (cnc),
 						 gda_connection_get_provider_name (cnc));
 					*/
-					if (error && *error)
+					/*if (error && *error)
 						g_warning ("%s (Provider %s)\n", (*error)->message,
 							   gda_connection_get_provider_name (cnc));
+					*/
 
 					WARN_META_UPDATE_FAILURE (FALSE, rmeta [i].func_name);
 					goto onerror;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]