1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-13 14:02:42 +01:00

Add a message if the external tracer isn’t available

This commit is contained in:
Théophane Hufschmitt 2022-04-11 10:20:36 +02:00
parent 9a3c3cb748
commit f3b9d3fd88

View file

@ -295,6 +295,7 @@ void LocalStore::findRootsNoTemp(Roots & roots, bool censor)
Roots LocalStore::findRootsNoExternalDaemon(bool censor)
{
debug("Cant connect to the tracing daemon socket, fallback to the internal trace");
Roots roots;
findRootsNoTemp(roots, censor);