#2040 minor change - verbosity of error msg increased
This commit is contained in:
parent
89789aa3bf
commit
13a06d4ba5
|
@ -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)"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue