From 0b1979523d6085e37ce8c30c7d85b192c55f56a6 Mon Sep 17 00:00:00 2001 From: mdPlusPlus Date: Mon, 30 Jan 2023 19:46:59 +0100 Subject: [PATCH] Fix unquoted string --- php/fetch-servers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /*