guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

291/376: Fix message


From: Ludovic Courtès
Subject: 291/376: Fix message
Date: Wed, 28 Jan 2015 22:05:42 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 35aad73bb6c2954f39c2e024d91fdfa41ec778bc
Author: Eelco Dolstra <address@hidden>
Date:   Mon Nov 17 01:00:39 2014 +0100

    Fix message
---
 src/libstore/build.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 54cce15..24576f6 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -2297,7 +2297,7 @@ void DerivationGoal::registerOutputs()
         if (buildMode == bmCheck) {
             ValidPathInfo info = worker.store.queryPathInfo(path);
             if (hash.first != info.hash)
-                throw Error(format("derivation ‘%2%’ may not be deterministic: 
hash mismatch in output ‘%1%’") % drvPath % path);
+                throw Error(format("derivation ‘%1%’ may not be deterministic: 
hash mismatch in output ‘%2%’") % drvPath % path);
             continue;
         }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]