From 595d4fbfee788edfad7f9f8dfe7e76ee634c1a94 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Jul 2014 00:49:15 +0100 Subject: Various attempts to clean up DCP comparison code. --- src/asset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/asset.cc') diff --git a/src/asset.cc b/src/asset.cc index e55dca2d..96196b41 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -105,7 +105,7 @@ bool Asset::equals (boost::shared_ptr other, EqualityOptions, function note) const { if (_hash != other->_hash) { - note (DCP_ERROR, "Asset hashes differ"); + note (DCP_ERROR, "Asset: hashes differ"); return false; } -- cgit v1.2.3