#2040 minor change - verbosity of error msg increased

This commit is contained in:
tomash 2006-11-29 02:55:15 +00:00
parent 89789aa3bf
commit 13a06d4ba5
1 changed files with 1 additions and 1 deletions

View File

@ -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)"
);
}