Improve an exception's description.
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Apr 2022 20:53:14 +0000 (22:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 25 Apr 2022 20:53:14 +0000 (22:53 +0200)
src/exceptions.cc

index 3d9b92cad993ecd5b37f781fb75c889b69cca96f..52bd5f2017e8214075853167a875371043465d90 100644 (file)
@@ -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")
 {
 
 }