[lxc-devel] [lxc/lxc] c3ff6e: log: fix log_append_stderr()

GitHub noreply at github.com
Fri Aug 12 05:55:50 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: c3ff6e245df51051a0e6cfb106e14b37f873fdfe
      https://github.com/lxc/lxc/commit/c3ff6e245df51051a0e6cfb106e14b37f873fdfe
  Author: Christian Brauner <cbrauner at suse.de>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
    M src/lxc/log.c

  Log Message:
  -----------
  log: fix log_append_stderr()

Log output currently looks like this:

	lxc-copy: debbdev/lxcdir.c: dir_clonepaths: 45 directories cannot be snapshotted.  Try aufs or overlayfs.

we rather want it to be:

	lxc-copy: deb: bdev/lxcdir.c: dir_clonepaths: 45 directories cannot be snapshotted.  Try aufs or overlayfs.

Signed-off-by: Christian Brauner <cbrauner at suse.de>


  Commit: d3488f3706b28d7ac124b63b3fa7f94d7af974f7
      https://github.com/lxc/lxc/commit/d3488f3706b28d7ac124b63b3fa7f94d7af974f7
  Author: Serge Hallyn <serge at hallyn.com>
  Date:   2016-08-12 (Fri, 12 Aug 2016)

  Changed paths:
    M src/lxc/log.c

  Log Message:
  -----------
  Merge pull request #1119 from brauner/2016-08-11/fix_log_output

log: fix log_append_stderr()


Compare: https://github.com/lxc/lxc/compare/e00456c82020...d3488f3706b2


More information about the lxc-devel mailing list