]> git.ipfire.org Git - thirdparty/lxc.git/commit
conf: non-functional fixup
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 23 Aug 2017 11:08:02 +0000 (13:08 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 29 Aug 2017 18:02:41 +0000 (14:02 -0400)
commita192ef633908ee8a95b07e01b6e5f7e9fd4d37e2
tree36f5949b7abd578856d0cafd34b13792fd1cf599
parent5d20664b567b132db517f857b0d6ea372af1896a
conf: non-functional fixup

Surfaced while building lxc-2.0.8 on e2k architecture with lcc,
looks like its -Wall is more pedantic than gcc's:

lcc: "conf.c", line 1514: error: unrecognized character escape sequence
          [-Werror]
        DEBUG("created directory for console and tty devices at \%s\"", path);
                                                                ^
 in expansion of macro "DEBUG" at line 1514

Another byte is a leading whitespace fix while at that.

Signed-off-by: Michael Shigorin <mike@altlinux.org>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c