[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[win-pv-devel] [PATCH 1/2] Change coinstaller log level to TXTLOG_WARNING



Windows 10 does not enable logging of TXTLOG_DETAILS in setupapi.dev.log by
default, so use TXTLOG_WARNING to make sure the messages appear.

Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
---
 src/coinst/coinst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/coinst/coinst.c b/src/coinst/coinst.c
index 5cdd060..75d3f28 100644
--- a/src/coinst/coinst.c
+++ b/src/coinst/coinst.c
@@ -84,7 +84,7 @@ __Log(
 
     LogToken = SetupGetThreadLogToken();
     Category = TXTLOG_VENDOR;
-    Flags = TXTLOG_DETAILS;
+    Flags = TXTLOG_WARNING;
 
     SetupWriteTextLog(LogToken, Category, Flags, Buffer);
     Length = __min(MAXIMUM_BUFFER_SIZE - 1, Length + 2);
-- 
2.1.1


_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.