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:
7534be6
)
Better error message.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Tue, 6 May 2008 13:08:49 +0000
(13:08 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Tue, 6 May 2008 13:08:49 +0000
(13:08 +0000)
org.glite.lb.server/src/ws_fault.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/ws_fault.c
b/org.glite.lb.server/src/ws_fault.c
index
869cf01
..
844d9f3
100644
(file)
--- a/
org.glite.lb.server/src/ws_fault.c
+++ b/
org.glite.lb.server/src/ws_fault.c
@@
-48,7
+48,7
@@
void edg_wll_ErrToFault(const edg_wll_Context ctx,struct soap *soap)
#endif
detail->__any = NULL;
- soap_receiver_fault(soap,"
shit
",NULL);
+ soap_receiver_fault(soap,"
An error occurred, see detail
",NULL);
if (soap->version == 2) soap->fault->SOAP_ENV__Detail = detail;
else soap->fault->detail = detail;
}