X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/24e52de5f34363dd7fa5cc318d00e7c7135b84ff..88eaa8430b8ceb1696af50c603561a451353ed2a:/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); }