Skip to content

Commit

Permalink
ProcessRunner erases its PID file name #4648 (#4649)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f authored Sep 11, 2024
1 parent 2812dd7 commit 0bce71d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Foundation/src/ProcessRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ void ProcessRunner::stop()
if (!_pidFile.empty())
{
File pidFile(_pidFile);
_pidFile.clear();
std::string msg;
Poco::format(msg, "Waiting for PID file (pidFile: '%s')", _pidFile);
_sw.restart();
Expand Down

0 comments on commit 0bce71d

Please sign in to comment.