From 721e73543e31cb62e6b9f8e374425a9eacddc6a3 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 8 Nov 2011 09:51:31 +0100 Subject: [PATCH] setupapi: Add a trace for the install mode value. --- dlls/setupapi/install.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/setupapi/install.c b/dlls/setupapi/install.c index 6ecc288ed6e..e73b769db7b 100644 --- a/dlls/setupapi/install.c +++ b/dlls/setupapi/install.c @@ -1248,6 +1248,7 @@ void WINAPI InstallHinfSectionW( HWND hwnd, HINSTANCE handle, LPCWSTR cmdline, I /* FIXME: should check the mode and maybe reboot */ /* there isn't much point in doing that since we */ /* don't yet handle deferred file copies anyway. */ + if (mode & 7) TRACE( "should consider reboot, mode %u\n", mode ); }