diff options
Diffstat (limited to 'src/asset.cc')
| -rw-r--r-- | src/asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.cc b/src/asset.cc index 49ec7251..8ac28afc 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -146,7 +146,7 @@ bool Asset::equals (std::shared_ptr<const Asset> other, EqualityOptions, NoteHandler note) const { if (_hash != other->_hash) { - note (DCP_ERROR, "Asset: hashes differ"); + note (NoteType::ERROR, "Asset: hashes differ"); return false; } |
