diff options
Diffstat (limited to 'src/lib/exceptions.cc')
| -rw-r--r-- | src/lib/exceptions.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc index 4df170717..22352017c 100644 --- a/src/lib/exceptions.cc +++ b/src/lib/exceptions.cc @@ -139,8 +139,8 @@ VerifyError::VerifyError (string m, int n) } -FastvideoError::FastvideoError (string s) - : runtime_error (String::compose("Fastvideo error in %1", s)) +FastvideoError::FastvideoError (string s, int code) + : runtime_error (String::compose("Fastvideo error in %1 (%2)", s, code)) { } |
