summaryrefslogtreecommitdiff
path: root/it_url.class
diff options
context:
space:
mode:
authorUrban Müller2015-08-05 16:15:53 +0200
committerUrban Müller2015-08-05 16:15:53 +0200
commit7357218e63e76862c2fb273f2d41ae1fcdf773bf (patch)
tree87e7fe17d3095a51fc3a35f359a10a7b5589e8e2 /it_url.class
parentd2373fd5ce8472833bab1f0c7f8b532131582466 (diff)
downloaditools-7357218e63e76862c2fb273f2d41ae1fcdf773bf.tar.gz
itools-7357218e63e76862c2fb273f2d41ae1fcdf773bf.tar.bz2
itools-7357218e63e76862c2fb273f2d41ae1fcdf773bf.zip
more verbose err msg
Diffstat (limited to 'it_url.class')
-rw-r--r--it_url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class
index c465f13..984f621 100644
--- a/it_url.class
+++ b/it_url.class
@@ -385,7 +385,7 @@ function request($p=array())
if (time() >= $endtime) {
$result = $this->result = false;
- $errstr = $this->errstr = "totaltimeout reached";
+ $errstr = $this->errstr = "totaltimeout (" . $p['totaltimeout'] . ") reached";
}
if ($p['maxlength'] && (strlen($this->data) + $len > $p['maxlength'])) {