summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-25 22:53:14 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-25 22:53:14 +0200
commite3fb9c9b6c40b1e4ce05871c6c2bdf4272e75a28 (patch)
treec1322dc81a5122925978951933914fe5729eb647 /src
parentba7d09616f8e529d71ff1e7843f39f22d2823409 (diff)
Improve an exception's description.
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 3d9b92ca..52bd5f20 100644
--- a/src/exceptions.cc
+++ b/src/exceptions.cc
@@ -186,7 +186,7 @@ UnknownChannelIdError::UnknownChannelIdError (std::string id)
NoReelsError::NoReelsError ()
- : runtime_error ("Cannot make a DCP when no reels have been added")
+ : runtime_error("Cannot write a CPL which has no reels")
{
}