summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-12 00:52:44 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-12 00:52:44 +0200
commitf995b72dfdf7e2a2e291dcce6b1790ddd3dd4e6f (patch)
tree2e17026c44fccf16d2a5fb311db5afc751ff3998 /src
parent67ce6dc8ab32efe94141a3516942f0487586b778 (diff)
Cleanup: id -> ID.
Diffstat (limited to 'src')
-rw-r--r--src/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
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))
{
}