guix-commits
[Top][All Lists]
Advanced

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

09/64: Tweak error message


From: Ludovic Courtès
Subject: 09/64: Tweak error message
Date: Mon, 05 Jan 2015 16:38:51 +0000

civodul pushed a commit to branch nix
in repository guix.

commit f0de86357c18e18eccd814c8bea3bfdaf10f75f5
Author: Eelco Dolstra <address@hidden>
Date:   Thu Apr 3 15:24:02 2014 +0200

    Tweak error message
---
 src/libutil/archive.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libutil/archive.cc b/src/libutil/archive.cc
index ab4cd47..70a1c58 100644
--- a/src/libutil/archive.cc
+++ b/src/libutil/archive.cc
@@ -104,7 +104,7 @@ static void dump(const Path & path, Sink & sink, PathFilter 
& filter)
         writeString(readLink(path), sink);
     }
 
-    else throw Error(format("file `%1%' has an unknown type") % path);
+    else throw Error(format("file `%1%' has an unsupported type") % path);
 
     writeString(")", sink);
 }



reply via email to

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