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:
d5e4a9b
)
Proper redirection of outputs.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 14 Nov 2008 14:28:53 +0000
(14:28 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 14 Nov 2008 14:28:53 +0000
(14:28 +0000)
org.glite.lb.client/src/notify.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/notify.c
b/org.glite.lb.client/src/notify.c
index
659f577
..
571ee87
100644
(file)
--- a/
org.glite.lb.client/src/notify.c
+++ b/
org.glite.lb.client/src/notify.c
@@
-162,7
+162,7
@@
int main(int argc,char **argv)
if ( !edg_wll_NotifNew(ctx,
(edg_wll_QueryRec const* const*)conditions,
flags, sock, fake_addr, &id_out, &valid))
- fprintf(std
err
,"notification ID: %s\nvalid: %s (%ld)\n",
+ fprintf(std
out
,"notification ID: %s\nvalid: %s (%ld)\n",
edg_wll_NotifIdUnparse(id_out),
TimeToStr(valid),
valid);