Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 17, 2023
1 parent 30fcea1 commit e42e960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/_pswindows.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e42e960

Please sign in to comment.