about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libstore/local-store.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc
index ff7196644182..4d82547c621d 100644
--- a/src/libstore/local-store.cc
+++ b/src/libstore/local-store.cc
@@ -980,7 +980,6 @@ void LocalStore::exportPath(const Path & path, bool sign,
     if (hash != storedHash)
         throw Error(format("hash of path `%1%' has changed from `%2%' to `%3%'!") % path
             % printHash(storedHash) % printHash(hash));
-    printMsg(lvlError, printHash(hash));
 
     writeInt(EXPORT_MAGIC, hashAndWriteSink);