diff options
Diffstat (limited to 'it_url.class')
-rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class index 0db934e..3888b17 100644 --- a/it_url.class +++ b/it_url.class @@ -375,7 +375,7 @@ function request($p=array()) $result = false; if ($result === false && $p['safety'] == 1) - it::error("problem (timeout?) getting " . $p['url'] . " " . $errstr); + it::error("problem (timeout?) getting $url->url " . $errstr); if ($p['maxlength'] && (strlen($this->data) + $len > $p['maxlength'])) $result = false; |