Commit e5821587 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed -debugmsg +server.

parent a67d7164
......@@ -62,15 +62,15 @@ BOOL MAIN_MainInit( int *argc, char *argv[] )
/* Create the initial process */
if (!PROCESS_Init()) return 0;
/* Set server debug level */
CLIENT_SetDebug( TRACE_ON(server) );
/* Initialize syslevel handling */
SYSLEVEL_Init();
/* Parse command line arguments */
MAIN_WineInit( argc, argv );
/* Set server debug level */
CLIENT_SetDebug( TRACE_ON(server) );
/* Load the configuration file */
if (!PROFILE_LoadWineIni()) return FALSE;
......
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