X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/efddd1339de9876e4f1681ee0629bb09e76ae1a1..6b52e3765c7de9fa4831470d5f079b37e45d92bf:/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); }