* Better message.
This commit is contained in:
parent
c808e6252f
commit
62b0497c0f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ Path addPermRoot(const Path & _storePath, const Path & _gcRoot,
|
||||||
if (roots.find(gcRoot) == roots.end())
|
if (roots.find(gcRoot) == roots.end())
|
||||||
printMsg(lvlError,
|
printMsg(lvlError,
|
||||||
format(
|
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")
|
"therefore, `%2%' might be removed by the garbage collector")
|
||||||
% gcRoot % storePath);
|
% gcRoot % storePath);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue