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