]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgfsng: lxc_cgfsng_print_basecg_debuginfo()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:18:08 +0000 (19:18 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 21 Feb 2018 14:48:30 +0000 (15:48 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index 0ff001bf6631d61d81c88dd505c9a708e3eb20ab..0378ba30dac630453f72cb433b1f9620cb2d7591 100644 (file)
@@ -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);
 }