mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
util: don't dump /proc/cpuinfo contents in debug info
This is hardly useful, it's trivial for developers to get that info by running cat /proc/cpuinfo. Fixes #3155
This commit is contained in:
parent
33e40442c6
commit
82f8bae211
@ -280,7 +280,7 @@ static int detect_vm_uml(void) {
|
|||||||
return VIRTUALIZATION_UML;
|
return VIRTUALIZATION_UML;
|
||||||
}
|
}
|
||||||
|
|
||||||
log_debug("No virtualization found in /proc/cpuinfo (%s)", cpuinfo_contents);
|
log_debug("No virtualization found in /proc/cpuinfo.");
|
||||||
return VIRTUALIZATION_NONE;
|
return VIRTUALIZATION_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user