Cleanup: id -> ID.
authorCarl Hetherington <cth@carlh.net>
Wed, 11 Oct 2023 22:52:44 +0000 (00:52 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Oct 2023 22:52:44 +0000 (00:52 +0200)
src/exceptions.cc

index e86a3b890824eacd69282d4ca44ef4ff97f14da4..9c57011da85a72edc7caf251681a5384fcbb29d4 100644 (file)
@@ -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))
 {
 
 }