#2040 minor change - verbosity of error msg increased
This commit is contained in:
parent
89789aa3bf
commit
13a06d4ba5
campcaster/src/modules/storageServer/var
|
@ -1144,7 +1144,7 @@ class Transport
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return PEAR::raiseError("Transport::cronUploadWaiting:".
|
return PEAR::raiseError("Transport::cronUploadWaiting:".
|
||||||
" wrong return status from curl: $status ".
|
" wrong return status from curl: $status on $url".
|
||||||
"($trtok)"
|
"($trtok)"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue