From e3fb9c9b6c40b1e4ce05871c6c2bdf4272e75a28 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Apr 2022 22:53:14 +0200 Subject: Improve an exception's description. --- src/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exceptions.cc') 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") { } -- cgit v1.2.3