]> xenbits.xensource.com Git - libvirt.git/commitdiff
Log flags in virConnectCompareCPU
authorJiri Denemark <jdenemar@redhat.com>
Mon, 1 Feb 2010 15:22:33 +0000 (16:22 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 1 Feb 2010 15:23:41 +0000 (16:23 +0100)
* src/libvirt.c: extend the debug statement to log flags too

src/libvirt.c

index 32f9fc44507932c6da7d8723c39d94eadb1ef724..8a9ee20ddf70c039044238ec25b06d9b411f4ac5 100644 (file)
@@ -10951,7 +10951,7 @@ virConnectCompareCPU(virConnectPtr conn,
                      const char *xmlDesc,
                      unsigned int flags)
 {
-    VIR_DEBUG("conn=%p, xmlDesc=%s", conn, xmlDesc);
+    VIR_DEBUG("conn=%p, xmlDesc=%s, flags=%u", conn, xmlDesc, flags);
 
     virResetLastError();