diff --git a/library/Icinga/Web/Url.php b/library/Icinga/Web/Url.php index db7172283..57758e0fe 100644 --- a/library/Icinga/Web/Url.php +++ b/library/Icinga/Web/Url.php @@ -166,8 +166,8 @@ class Url if (! is_string($url)) { throw new ProgrammingError( - 'url "%s" is not a string', - $url + 'url %s is not a string', + var_export($url, true) ); }