summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.cc')
-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))
{
}