Commit 7a92db4e authored by Austin English's avatar Austin English Committed by Alexandre Julliard

kernel32: Convert a warn to an err.

parent b4090613
......@@ -1022,7 +1022,7 @@ void __wine_kernel_init(void)
if (boot_event)
{
if (WaitForSingleObject( boot_event, 30000 )) WARN( "boot event wait timed out\n" );
if (WaitForSingleObject( boot_event, 30000 )) ERR( "boot event wait timed out\n" );
CloseHandle( boot_event );
/* if we didn't find environment section, try again now that wineboot has run */
if (!got_environment)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment