Index: BL/Sys/FOP/DocBase.cls.xml =================================================================== diff -u -r41329 -r41347 --- BL/Sys/FOP/DocBase.cls.xml (.../DocBase.cls.xml) (revision 41329) +++ BL/Sys/FOP/DocBase.cls.xml (.../DocBase.cls.xml) (revision 41347) @@ -509,9 +509,9 @@ Set msg=msg_$$$CRLF If $IsObject(SyncResponse) Do . Set msg=msg_"FopResponse JobID : "_SyncResponse.jobId_$$$CRLF - . Set msg=msg_"FopResponse Status : "_SyncResponse.jobStatus_$$$CRLF - . Set msg=msg_"FopResponse Data : "_$S($L(SyncResponse.data)<60:SyncResponse.data, 1:"("_$FN($L(SyncResponse.data),".")_" bytes)")_$$$CRLF - . Set msg=msg_"FopResponse Error: : "_$$$CRLF_$P(SyncResponse.errorMessage,$C(10),1,5) + . ;Set msg=msg_"FopResponse Status : "_SyncResponse.jobStatus_$$$CRLF + . ;Set msg=msg_"FopResponse Data : "_$S($L(SyncResponse.data)<60:SyncResponse.data, 1:"("_$FN($L(SyncResponse.data),".")_" bytes)")_$$$CRLF + . ;Set msg=msg_"FopResponse Error: : "_$$$CRLF_$P(SyncResponse.errorMessage,$C(10),1,5) Set msg=msg_$$$CRLF Quit msg ]]>