PY-82318: increase verbosity to find a leaked process

GitOrigin-RevId: a0d786f4f9bdef6be9cb0ebcee7e833ac74440a4
This commit is contained in:
Ilya.Kazakevich
2025-06-30 21:53:26 +00:00
committed by intellij-monorepo-bot
parent 530fb3f4c8
commit 9416709e3d
@@ -38,6 +38,9 @@ internal fun deleteCheckLockingImpl(path: Path, vararg processesToKill: Regex) {
fileLogger.warn("Killing ${process.pid()} ${processInfo}")
killProcess(process)
}
else {
fileLogger.warn("Process ${WinProcessInfo.get(process.pid())} locks file $child, but I can't kill it as it doesnt match ${processesToKill.joinToString(",")}")
}
}
}