mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
* src/uml_conf.c: another logging conversion
daniel
This commit is contained in:
parent
0b05f6c26f
commit
0d575be45a
@ -1,3 +1,7 @@
|
|||||||
|
Mon Dec 22 11:51:29 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* src/uml_conf.c: another logging conversion
|
||||||
|
|
||||||
Mon Dec 22 11:47:44 CET 2008 Daniel Veillard <veillard@redhat.com>
|
Mon Dec 22 11:47:44 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* src/node_device_devkit.c src/uml_driver.c src/virterror.c:
|
* src/node_device_devkit.c src/uml_driver.c src/virterror.c:
|
||||||
|
@ -46,7 +46,8 @@
|
|||||||
#include "verify.h"
|
#include "verify.h"
|
||||||
|
|
||||||
|
|
||||||
#define umlLog(level, msg...) fprintf(stderr, msg)
|
#define umlLog(level, msg, ...) \
|
||||||
|
virLogMessage(__FILE__, level, 0, msg, __VA_ARGS__)
|
||||||
|
|
||||||
virCapsPtr umlCapsInit(void) {
|
virCapsPtr umlCapsInit(void) {
|
||||||
struct utsname utsname;
|
struct utsname utsname;
|
||||||
|
Loading…
Reference in New Issue
Block a user