X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/69f30e8e193b5be4b7fc6b504641e6d17fe1827b..e305182ae4641a8ffe602a5d8cee3005c4ed0eeb:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index 458930fd..c90c334c 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -4,7 +4,7 @@ function fail($sError, $sUserError = false) { if (!$sUserError) $sUserError = $sError; error_log('ERROR: '.$sError); - echo $sUserError."\n"; + var_dump($sUserError)."\n"; exit(-1); }