Skip to content

Commit

Permalink
fix missing arg passed to C psutil_debug()
Browse files Browse the repository at this point in the history
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
  • Loading branch information
giampaolo committed Nov 30, 2021
1 parent eb2f74c commit b490b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/arch/windows/cpu.c
Expand Up @@ -215,7 +215,7 @@ psutil_cpu_count_cores(PyObject *self, PyObject *args) {
}
}
else {
psutil_debug("GetLogicalProcessorInformationEx() returned ",
psutil_debug("GetLogicalProcessorInformationEx() returned %u",
GetLastError());
goto return_none;
}
Expand Down

0 comments on commit b490b5d

Please sign in to comment.