From f995b72dfdf7e2a2e291dcce6b1790ddd3dd4e6f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 12 Oct 2023 00:52:44 +0200 Subject: [PATCH] Cleanup: id -> ID. --- src/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exceptions.cc b/src/exceptions.cc index e86a3b89..9c57011d 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -179,7 +179,7 @@ MainSoundConfigurationError::MainSoundConfigurationError (std::string s) UnknownChannelIdError::UnknownChannelIdError (std::string id) - : runtime_error (String::compose("Unrecognised channel id '%1'", id)) + : runtime_error(String::compose("Unrecognised channel ID '%1'", id)) { } -- 2.30.2