Fixed -debugmsg +server.
This commit is contained in:
parent
a67d71648d
commit
e582158788
|
@ -62,15 +62,15 @@ BOOL MAIN_MainInit( int *argc, char *argv[] )
|
||||||
/* Create the initial process */
|
/* Create the initial process */
|
||||||
if (!PROCESS_Init()) return 0;
|
if (!PROCESS_Init()) return 0;
|
||||||
|
|
||||||
/* Set server debug level */
|
|
||||||
CLIENT_SetDebug( TRACE_ON(server) );
|
|
||||||
|
|
||||||
/* Initialize syslevel handling */
|
/* Initialize syslevel handling */
|
||||||
SYSLEVEL_Init();
|
SYSLEVEL_Init();
|
||||||
|
|
||||||
/* Parse command line arguments */
|
/* Parse command line arguments */
|
||||||
MAIN_WineInit( argc, argv );
|
MAIN_WineInit( argc, argv );
|
||||||
|
|
||||||
|
/* Set server debug level */
|
||||||
|
CLIENT_SetDebug( TRACE_ON(server) );
|
||||||
|
|
||||||
/* Load the configuration file */
|
/* Load the configuration file */
|
||||||
if (!PROFILE_LoadWineIni()) return FALSE;
|
if (!PROFILE_LoadWineIni()) return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue