Downgrade warning message

If a store doesn't support GC, then we don't need to warn about the
inability to create roots.
This commit is contained in:
Eelco Dolstra 2021-07-19 12:07:23 +02:00
parent 3bb8667a17
commit dfda499326

View file

@ -543,7 +543,7 @@ public:
/* Add a store path as a temporary root of the garbage collector.
The root disappears as soon as we exit. */
virtual void addTempRoot(const StorePath & path)
{ warn("not creating temp root, store doesn't support GC"); }
{ debug("not creating temporary root, store doesn't support GC"); }
/* Add an indirect root, which is merely a symlink to `path' from
/nix/var/nix/gcroots/auto/<hash of `path'>. `path' is supposed