aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-12-05 16:17:01 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-12-05 16:17:01 +0000
commit62b0497c0f2e1b269c7284684524d20c39c1d519 (patch)
treea0bfc6e0f67db22417ea18bdbee73b9e5d88cfc4 /src/libstore
parentc808e6252f7ba6d02834c591e0e4bcfbc8476635 (diff)
* Better message.
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/gc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc
index 4d8f25e65..e867feeda 100644
--- a/src/libstore/gc.cc
+++ b/src/libstore/gc.cc
@@ -122,7 +122,7 @@ Path addPermRoot(const Path & _storePath, const Path & _gcRoot,
if (roots.find(gcRoot) == roots.end())
printMsg(lvlError,
format(
- "warning: the garbage collector does not find `%1%' as a root; "
+ "warning: `%1%' is not in a directory where the garbage collector looks for roots; "
"therefore, `%2%' might be removed by the garbage collector")
% gcRoot % storePath);