mirror of
https://github.com/anrieff/libcpuid
synced 2025-07-02 14:04:15 +00:00
Do not print the same message twice when reading a raw CPUID dump
This commit is contained in:
parent
3ed66b7613
commit
dc406c4de1
2 changed files with 1 additions and 3 deletions
|
@ -692,8 +692,6 @@ int main(int argc, char** argv)
|
|||
|
||||
/* Need to dump raw CPUID data to file: */
|
||||
if (need_output) {
|
||||
if (verbose_level >= 1)
|
||||
printf("Writing raw CPUID dump to `%s'\n", raw_data_file);
|
||||
if (!strcmp(raw_data_file, "-"))
|
||||
/* Serialize to stdout */
|
||||
writeres = cpuid_serialize_all_raw_data(&raw_array, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue