Enhanced logger
authorMichael Vogel <icarus@dabo.de>
Sat, 20 Jun 2015 20:29:01 +0000 (22:29 +0200)
committerMichael Vogel <icarus@dabo.de>
Sat, 20 Jun 2015 20:29:01 +0000 (22:29 +0200)
geocoordinates/geocoordinates.php

index 52dd8d75251ce9d9761bd599cea5069a209a2097..d3c7e5af0fb2ec80c36bffdbc2a9e842de85fcc6 100644 (file)
@@ -52,7 +52,7 @@ function geocoordinates_resolve_item(&$item) {
        }
 
        if (($data->total_results == 0) OR (count($data->results) == 0)) {
-               logger("No results found", LOGGER_DEBUG);
+               logger("No results found for coordinates ".$item["coord"], LOGGER_DEBUG);
                return;
        }