Better error message.
authorZdeněk Salvet <salvet@ics.muni.cz>
Tue, 6 May 2008 13:08:49 +0000 (13:08 +0000)
committerZdeně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

index 869cf01..844d9f3 100644 (file)
@@ -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;
 }