aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/gc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/gc.cc')
-rw-r--r--src/libstore/gc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc
index b6d462d2b..3e7e42cbc 100644
--- a/src/libstore/gc.cc
+++ b/src/libstore/gc.cc
@@ -428,7 +428,6 @@ void LocalStore::findRuntimeRoots(PathSet & roots)
#if !defined(__linux__)
try {
- printError("RUN LSOF %s", LSOF);
std::regex lsofRegex(R"(^n(/.*)$)");
auto lsofLines =
tokenizeString<std::vector<string>>(runProgram(LSOF, true, { "-n", "-w", "-F", "n" }), "\n");