mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-25 23:46:37 +03:00
Remove stray fprintf left from testing (introduced in 7039abe
)
This commit is contained in:
@ -1036,7 +1036,6 @@ bool Platform_init(void) {
|
|||||||
while (fgets(lineBuffer, sizeof(lineBuffer), fd)) {
|
while (fgets(lineBuffer, sizeof(lineBuffer), fd)) {
|
||||||
// detect lxc or overlayfs and guess that this means we are running containerized
|
// detect lxc or overlayfs and guess that this means we are running containerized
|
||||||
if (String_startsWith(lineBuffer, "lxcfs ") || String_startsWith(lineBuffer, "overlay ")) {
|
if (String_startsWith(lineBuffer, "lxcfs ") || String_startsWith(lineBuffer, "overlay ")) {
|
||||||
fprintf(stderr, "%s\n", lineBuffer);
|
|
||||||
Running_containerized = true;
|
Running_containerized = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user