diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-12 00:52:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-12 00:52:44 +0200 |
| commit | f995b72dfdf7e2a2e291dcce6b1790ddd3dd4e6f (patch) | |
| tree | 2e17026c44fccf16d2a5fb311db5afc751ff3998 /src/exceptions.cc | |
| parent | 67ce6dc8ab32efe94141a3516942f0487586b778 (diff) | |
Cleanup: id -> ID.
Diffstat (limited to 'src/exceptions.cc')
| -rw-r--r-- | src/exceptions.cc | 2 |
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)) { } |
