mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
Add a message if the external tracer isn’t available
This commit is contained in:
parent
9a3c3cb748
commit
f3b9d3fd88
1 changed files with 1 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ void LocalStore::findRootsNoTemp(Roots & roots, bool censor)
|
|||
|
||||
Roots LocalStore::findRootsNoExternalDaemon(bool censor)
|
||||
{
|
||||
debug("Can’t connect to the tracing daemon socket, fallback to the internal trace");
|
||||
Roots roots;
|
||||
findRootsNoTemp(roots, censor);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue