summaryrefslogtreecommitdiff
path: root/src/envmodule.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-30 23:42:59 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:44:57 -0500
commitdb0b92776b5c9a34ebb1a5ce5c3f0b105844ee16 (patch)
tree4024b434840a21d37cac3c43f229fb2c3ce5a91a /src/envmodule.cpp
parent2aa70de49e89245467299d94d76825bad31c63a2 (diff)
added lockwidget to replace all the other dialogs
rewrote ProcessRunner to have a bunch of setters and then a run() fixed bad exit code when waiting on a process that's already completed removed lock()/unlock() from main window, ProcessRunner is in charge of that now
Diffstat (limited to 'src/envmodule.cpp')
-rw-r--r--src/envmodule.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/envmodule.cpp b/src/envmodule.cpp
index 0e2e8ec7..09593e61 100644
--- a/src/envmodule.cpp
+++ b/src/envmodule.cpp
@@ -545,7 +545,6 @@ Process getProcessTree(HANDLE parent)
}
if (root.pid() == 0) {
- log::error("process {} is not running", parentPID);
return {};
}