]> xenbits.xensource.com Git - people/iwj/ring3-xl-test.git/commitdiff
Turn on libxl (xtl) debug log
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 23 Jun 2015 17:41:22 +0000 (18:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 23 Jun 2015 17:41:26 +0000 (18:41 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
async_test.c

index 564753681e7a879f6d7ad85276c84d83342ec117..a78ba7150fe272c9aff7391372c42cd99a7adb12 100644 (file)
@@ -14,7 +14,7 @@ int main(int argc __attribute__((unused)),
     xentoollog_logger *logger;
 
     logger = (xentoollog_logger *)
-        xtl_createlogger_stdiostream(stderr, XTL_PROGRESS, 0);
+        xtl_createlogger_stdiostream(stderr, XTL_DEBUG, 0);
 
     if (! !test_spawn(&t, logger, testcase)) {
         perror("Failed to spawn test thread");