diff options
Diffstat (limited to 'src')
| -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)) { } |
