git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4305033
)
additional debug messages (commented out but kept)
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 17 Mar 2006 16:13:28 +0000
(16:13 +0000)
committer
Aleš 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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lbs_db.c
b/org.glite.lb.server/src/lbs_db.c
index
515d596
..
e0ce329
100644
(file)
--- a/
org.glite.lb.server/src/lbs_db.c
+++ b/
org.glite.lb.server/src/lbs_db.c
@@
-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;