]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/lxc_monitor.c
remove fprintf to stderr and replace by ERROR call when needed
authorMichel Normand <normand@fr.ibm.com>
Thu, 14 May 2009 13:52:03 +0000 (15:52 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 14 May 2009 13:52:03 +0000 (15:52 +0200)
commit3ab87b66af0fd1ac967683a75278ea39fe554a70
tree87aace95bc0970735f6c0312d3c0ca3e7d051447
parent2e714984224cab00d2d420b820dcc013cea0dfb8
remove fprintf to stderr and replace by ERROR call when needed

do it in all cli, except:
* the usage functions that will be removed by another patch
* the lxc_init that need more work
* the lxc_priority that is not used anymore

Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
16 files changed:
src/lxc/conf.c
src/lxc/lxc_cgroup.c
src/lxc/lxc_checkpoint.c
src/lxc/lxc_console.c
src/lxc/lxc_create.c
src/lxc/lxc_destroy.c
src/lxc/lxc_execute.c
src/lxc/lxc_freeze.c
src/lxc/lxc_info.c
src/lxc/lxc_monitor.c
src/lxc/lxc_restart.c
src/lxc/lxc_start.c
src/lxc/lxc_unfreeze.c
src/lxc/lxc_wait.c
src/lxc/monitor.c
src/lxc/state.c