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:
346f1d0
)
plugin errors printed only in verbose mode
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 15 Jun 2006 12:58:04 +0000
(12:58 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 15 Jun 2006 12:58:04 +0000
(12:58 +0000)
org.glite.lb.utils/src/statistics.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.utils/src/statistics.c
b/org.glite.lb.utils/src/statistics.c
index
3e96874
..
d116a69
100644
(file)
--- a/
org.glite.lb.utils/src/statistics.c
+++ b/
org.glite.lb.utils/src/statistics.c
@@
-76,7
+76,7
@@
int glite_jppsbe_pread(glite_jp_context_t ctx, void *handle, void *buf, size_t n
int glite_jp_stack_error(glite_jp_context_t ctx, const glite_jp_error_t *jperror) {
- fprintf(stderr,"lb_statistics: JP backend error %d: %s\n", jperror->code, jperror->desc);
+
if (verbose)
fprintf(stderr,"lb_statistics: JP backend error %d: %s\n", jperror->code, jperror->desc);
return 0;
}