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:
798c4c0
)
more diags on Bind()
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 11 Nov 2004 16:35:53 +0000
(16:35 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 11 Nov 2004 16:35:53 +0000
(16:35 +0000)
org.glite.lb.client/examples/feed_shark.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/examples/feed_shark.c
b/org.glite.lb.client/examples/feed_shark.c
index
759ee95
..
824e781
100644
(file)
--- a/
org.glite.lb.client/examples/feed_shark.c
+++ b/
org.glite.lb.client/examples/feed_shark.c
@@
-76,6
+76,7
@@
int main(int argc,char *argv[])
fprintf(stderr,"edg_wll_NotifBind(): %s (%s)\n",et,ed);
exit(EX_UNAVAILABLE);
}
+ printf("bound to %s\n\t Expires: %s",argv[optind],ctime(&valid));
}
else { usage(argv[0]); exit(EX_USAGE); }