mirror of https://github.com/xzeldon/htop.git
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)) {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue