X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/69f30e8e193b5be4b7fc6b504641e6d17fe1827b..edebf5f1b21e448a2a43de9e91aa9629565ca321:/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); }