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:
5141e77
)
print out server errors
author
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 14 Mar 2008 15:09:16 +0000
(15:09 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 14 Mar 2008 15:09:16 +0000
(15:09 +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
64f5f58
..
bd5b1c5
100644
(file)
--- a/
org.glite.lb.client/src/notify.c
+++ b/
org.glite.lb.client/src/notify.c
@@
-272,6
+272,10
@@
receive_err:
if (stat.state != EDG_WLL_JOB_UNDEF) edg_wll_FreeStatus(&stat);
if (nid) edg_wll_NotifIdFree(nid);
edg_wll_NotifCloseFd(ctx);
+
+ if (edg_wll_Error(ctx,&errt,&errd))
+ fprintf(stderr, "%s: %s (%s)\n", me, errt, errd);
+
return EX_IOERR;
}
/* UNIMPL