summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmds/dumpstate/dumpstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index 9e3e2b0468..f5d95b3229 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -1928,7 +1928,7 @@ Dumpstate::RunStatus Dumpstate::dumpstate() {
// Add linker configuration directory
ds.AddDir(LINKERCONFIG_DIR, true);
- /* Dump frozen cgroupfs */
+ DumpFile("Cgroups", "/proc/cgroups");
dump_frozen_cgroupfs();
if (ds.dump_pool_) {