[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 c04b7e8..d1222df 100644 --- a/src/coinst/coinst.c +++ b/src/coinst/coinst.c @@ -90,7 +90,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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |