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:
03dd605
)
Remove hard-coded debugging output: commited by mistake
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 10 Feb 2012 11:07:34 +0000
(11:07 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 10 Feb 2012 11:07:34 +0000
(11:07 +0000)
org.glite.lb.server/src/query.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/query.c
b/org.glite.lb.server/src/query.c
index
df17d99
..
3e2d082
100644
(file)
--- a/
org.glite.lb.server/src/query.c
+++ b/
org.glite.lb.server/src/query.c
@@
-716,9
+716,6
@@
int check_job_query_index(edg_wll_Context ctx, const edg_wll_QueryRec **jc)
if ( !jc || !*jc )
return edg_wll_SetError(ctx,EDG_WLL_ERROR_NOINDEX,"unrestricted queries unsupported");
- glite_common_log(LOG_CATEGORY_LB_SERVER, LOG_PRIORITY_DEBUG, "Checking indices\n");
-
-
/*
* First check presense of jobid - Primary key, and parent - built-in index
*/