additional debug messages (commented out but kept)
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 17 Mar 2006 16:13:28 +0000 (16:13 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 17 Mar 2006 16:13:28 +0000 (16:13 +0000)
org.glite.lb.server/src/lbs_db.c

index 515d596..e0ce329 100644 (file)
@@ -84,6 +84,10 @@ int edg_wll_ExecStmt(edg_wll_Context ctx,char *txt,edg_wll_Stmt *stmt)
        if (stmt) {
                *stmt = NULL;
        }
+/* 
+fputs(txt,stderr);
+putc(10,stderr);
+*/
 
        while (retry_nr == 0 || do_reconnect) {
                do_reconnect = 0;