]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/start.c
lxc: use new logging system
authorCedric Le Goater <legoater@free.fr>
Tue, 21 Apr 2009 19:51:13 +0000 (21:51 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 21 Apr 2009 19:51:13 +0000 (21:51 +0200)
commit36eb9bdef1123a93f9e441a5df386c4bd0168f27
tree0455ebc4093f041c5bb83991b7dc49b80f90070f
parentcb8c5720bdd14249e66060cda0e0f5d2f95c0ecd
lxc: use new logging system

This patch defines a new log category in each file using logging and
replaced the former logging routines with the new ones.

Signed-off-by: Cedric Le Goater <legoater@free.fr>
Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
17 files changed:
src/lxc/cgroup.c
src/lxc/checkpoint.c
src/lxc/conf.c
src/lxc/confile.c
src/lxc/console.c
src/lxc/cr_plugin_columbia.c
src/lxc/create.c
src/lxc/destroy.c
src/lxc/freezer.c
src/lxc/lxc_console.c
src/lxc/lxc_start.c
src/lxc/monitor.c
src/lxc/parse.c
src/lxc/restart.c
src/lxc/start.c
src/lxc/state.c
src/lxc/stop.c