From 7357218e63e76862c2fb273f2d41ae1fcdf773bf Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 5 Aug 2015 16:15:53 +0200 Subject: more verbose err msg --- it_url.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_url.class') 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'])) { -- cgit v1.2.3