diff --git a/campcaster/src/modules/storageServer/var/Transport.php b/campcaster/src/modules/storageServer/var/Transport.php index 95a7433fe..833fca5a4 100644 --- a/campcaster/src/modules/storageServer/var/Transport.php +++ b/campcaster/src/modules/storageServer/var/Transport.php @@ -1144,7 +1144,7 @@ class Transport } } else { return PEAR::raiseError("Transport::cronUploadWaiting:". - " wrong return status from curl: $status ". + " wrong return status from curl: $status on $url". "($trtok)" ); }