diff options
Diffstat (limited to 'src/exceptions.cc')
| -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 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") { } |
