mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-82318: increase verbosity to find a leaked process
GitOrigin-RevId: a0d786f4f9bdef6be9cb0ebcee7e833ac74440a4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
530fb3f4c8
commit
9416709e3d
+3
@@ -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(",")}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user