]> xenbits.xensource.com Git - libvirt.git/commitdiff
Log file name passed to virConfReadFile
authorCole Robinson <crobinso@redhat.com>
Sat, 20 Oct 2012 19:40:41 +0000 (15:40 -0400)
committerCole Robinson <crobinso@redhat.com>
Sun, 21 Oct 2012 17:21:50 +0000 (13:21 -0400)
src/util/conf.c

index 4df62b1e20b762204256d82a09a3fbfd99f5d75f..346b3df7c19d73710049363dca65f54939342ae6 100644 (file)
@@ -35,6 +35,7 @@
 #include "conf.h"
 #include "util.h"
 #include "c-ctype.h"
+#include "logging.h"
 #include "memory.h"
 #include "virfile.h"
 
@@ -763,6 +764,8 @@ virConfReadFile(const char *filename, unsigned int flags)
     int len;
     virConfPtr conf;
 
+    VIR_DEBUG("filename=%s", NULLSTR(filename));
+
     if (filename == NULL) {
         virConfError(NULL, VIR_ERR_INVALID_ARG, __FUNCTION__);
         return NULL;