diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-20 00:41:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-20 00:41:30 +0100 |
| commit | 39a93e0da1ccce2ee492151a2aa05a725fa35d57 (patch) | |
| tree | 8270f8862fd3e3dc96b9fc9b26eb22e1154569a8 /src | |
| parent | 9c69468557794b9b1230df459dccdebdb561d52d (diff) | |
Formatting of errors.
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify.cc b/src/verify.cc index ab6ba115..87958ed9 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -90,13 +90,13 @@ dcp::verify (vector<boost::filesystem::path> directories, function<void (string, if (reel->main_picture()) { stage ("Checking picture asset hash", reel->main_picture()->asset()->file()); if (verify_asset (reel->main_picture(), progress)) { - notes.push_back (VerificationNote (VerificationNote::VERIFY_ERROR, "Picture asset hash is incorrect")); + notes.push_back (VerificationNote (VerificationNote::VERIFY_ERROR, "Picture asset hash is incorrect.")); } } if (reel->main_sound()) { stage ("Checking sound asset hash", reel->main_sound()->asset()->file()); if (verify_asset (reel->main_sound(), progress)) { - notes.push_back (VerificationNote (VerificationNote::VERIFY_ERROR, "Sound asset hash is incorrect")); + notes.push_back (VerificationNote (VerificationNote::VERIFY_ERROR, "Sound asset hash is incorrect.")); } } } |
