From 29cf434a35d82529f56c085c9cd50858c148d086 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 5 Dec 2006 01:31:45 +0000 Subject: * The determination of the root set should be made by the privileged process, so forward the operation. * Spam the user about GC misconfigurations (NIX-71). * findRoots: skip all roots that are unreadable - the warnings with which we spam the user should be enough. --- src/libutil/util.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libutil/util.cc') diff --git a/src/libutil/util.cc b/src/libutil/util.cc index 08385e5d96e0..ae5fe821e78b 100644 --- a/src/libutil/util.cc +++ b/src/libutil/util.cc @@ -35,6 +35,7 @@ Error & Error::addPrefix(const format & f) SysError::SysError(const format & f) : Error(format("%1%: %2%") % f.str() % strerror(errno)) + , errNo(errno) { } -- cgit 1.4.1