From 84b2f7bda0c576a63a0cb8edba642c6e52f6f68e 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); } /*