From fd2d4d393555216a0ce7d2f9916a8e474630d640 Mon Sep 17 00:00:00 2001 From: FrogTheFrog Date: Thu, 16 Jan 2025 00:11:41 +0200 Subject: [PATCH] typo --- src/display_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display_device.cpp b/src/display_device.cpp index de6d738ce9b..fc273fcb725 100644 --- a/src/display_device.cpp +++ b/src/display_device.cpp @@ -693,7 +693,7 @@ namespace display_device { return parsed_devices; }() }; if (available_devices == tried_out_devices) { - BOOST_LOG(debug) << "Skipping reverting configuration, because the no newly added/removed devices were detected since last check. Currently available devices:\n" + BOOST_LOG(debug) << "Skipping reverting configuration, because no newly added/removed devices were detected since last check. Currently available devices:\n" << toJson(available_devices); return; }