From e42e960025bfae5d4885c699184589e0d0b3cb21 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sun, 17 Dec 2023 23:33:46 +0100 Subject: [PATCH] progress --- psutil/_pswindows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psutil/_pswindows.py b/psutil/_pswindows.py index 68580e084..01a9666fa 100644 --- a/psutil/_pswindows.py +++ b/psutil/_pswindows.py @@ -755,7 +755,7 @@ def _proc_info(self): """ ret = cext.proc_info(self.pid) assert len(ret) == len(pinfo_map) - debug("proc_info = %s" % str(ret)) + debug("\n, pid = %s, proc_info = %s" % (self.pid, str(ret))) return ret def name(self):