libvirt/src/lxc
Daniel P. Berrange 32d6c7386d Print hex values with '0x' prefix and octal with '0' in debug messages
Seeing a log message saying 'flags=93' is ambiguous & confusing unless
you happen to know that libvirt always prints flags as hex.  Change our
debug messages so that they always add a '0x' prefix when printing flags,
and '0' prefix when printing mode. A few other misc places gain a '0x'
prefix in error messages too.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2017-09-25 13:34:53 +01:00
..
libvirtd_lxc.aug
lxc_cgroup.c Move machineName generation from virsystemd into domain_conf 2017-07-25 17:02:27 +02:00
lxc_cgroup.h
lxc_conf.c conf: Add save cookie callbacks to xmlopt 2017-06-07 13:36:01 +02:00
lxc_conf.h
lxc_container.c Print hex values with '0x' prefix and octal with '0' in debug messages 2017-09-25 13:34:53 +01:00
lxc_container.h lxc: Move lxcContainerAvailable to virprocess 2017-01-11 18:02:35 +01:00
lxc_controller.c Print hex values with '0x' prefix and octal with '0' in debug messages 2017-09-25 13:34:53 +01:00
lxc_domain.c Move machineName generation from virsystemd into domain_conf 2017-07-25 17:02:27 +02:00
lxc_domain.h Move machineName generation from virsystemd into domain_conf 2017-07-25 17:02:27 +02:00
lxc_driver.c conf: Validate device on update-device 2017-09-06 11:19:30 +02:00
lxc_driver.h
lxc_fuse.c
lxc_fuse.h
lxc_hostdev.c
lxc_hostdev.h
lxc_monitor_protocol.x
lxc_monitor.c lxc: monitor now holds a reference to the domain 2016-12-08 16:35:53 +01:00
lxc_monitor.h
lxc_native.c introduce virConfReadString 2017-08-08 12:19:17 +02:00
lxc_native.h
lxc_process.c Move machineName generation from virsystemd into domain_conf 2017-07-25 17:02:27 +02:00
lxc_process.h
lxc.conf
test_libvirtd_lxc.aug.in