cgfsng: lxc_cgfsng_print_basecg_debuginfo()

parent 1d3cad2d
......@@ -1175,6 +1175,7 @@ static void lxc_cgfsng_print_basecg_debuginfo(char *basecginfo, char **klist,
for (k = 0, it = klist; it && *it; it++, k++)
printf("kernel subsystem %d: %s\n", k, *it);
for (k = 0, it = nlist; it && *it; it++, k++)
printf("named subsystem %d: %s\n", k, *it);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment