diff --git a/php/fetch-servers.php b/php/fetch-servers.php index fc16076..c98d3c8 100644 --- a/php/fetch-servers.php +++ b/php/fetch-servers.php @@ -81,7 +81,7 @@ global $output; file_put_contents($output, json_encode($info_arrays)); // overwrites existing file log_info("Done. "); - log_info(Found . count($info_arrays) . " unique Session Communities on " . count_servers($info_arrays) . " servers." . PHP_EOL); + log_info("Found " . count($info_arrays) . " unique Session Communities on " . count_servers($info_arrays) . " servers." . PHP_EOL); } /*