]> git.proxmox.com Git - mirror_lxc.git/commit
tree-wide: priority -> level
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 15 Jun 2017 10:13:04 +0000 (12:13 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 15 Jun 2017 10:13:04 +0000 (12:13 +0200)
commit4b73005c60449ae2c4327ffb5e7f39545cad425e
tree79c6e87473b77c7e0df835f62aea77ab254e939a
parent74f04141311978913432d2a221510e9a75b65ca6
tree-wide: priority -> level

When we merged the new logging function for the api we exposed the log level
argument in the struct as "priority" which we actually requested to be changed
to "level" which somehow didn't happen and we missed it. Given the fact there
has been no new liblxc release let's fix it right now before it hits users.
Also, take the chance to change the terminology in the log from "priority" to
"level" globally. This is to prevent confusion with syslog's "priority"
argument which we also support.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
27 files changed:
src/lxc/conf.c
src/lxc/confile.c
src/lxc/log.c
src/lxc/log.h
src/lxc/lxc_monitord.c
src/lxc/lxccontainer.h
src/lxc/seccomp.c
src/lxc/tools/lxc_attach.c
src/lxc/tools/lxc_autostart.c
src/lxc/tools/lxc_cgroup.c
src/lxc/tools/lxc_checkpoint.c
src/lxc/tools/lxc_console.c
src/lxc/tools/lxc_copy.c
src/lxc/tools/lxc_create.c
src/lxc/tools/lxc_destroy.c
src/lxc/tools/lxc_device.c
src/lxc/tools/lxc_execute.c
src/lxc/tools/lxc_freeze.c
src/lxc/tools/lxc_info.c
src/lxc/tools/lxc_init.c
src/lxc/tools/lxc_ls.c
src/lxc/tools/lxc_monitor.c
src/lxc/tools/lxc_snapshot.c
src/lxc/tools/lxc_start.c
src/lxc/tools/lxc_stop.c
src/lxc/tools/lxc_unfreeze.c
src/lxc/tools/lxc_wait.c