From 32b5bcbba5032e5b9610e449ac28eb5367cda45f Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sat, 24 Jun 2023 12:12:16 -0500 Subject: [PATCH] More comforting generic os message (#15089) --- LibreNMS/OS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibreNMS/OS.php b/LibreNMS/OS.php index 6e1d3b668a..bea42b2a21 100644 --- a/LibreNMS/OS.php +++ b/LibreNMS/OS.php @@ -262,7 +262,7 @@ class OS implements } } - d_echo("OS initialized as Generic\n"); + d_echo("OS initialized as Generic ({$device['os']})\n"); return new Generic($device); }