gameServer/hedgewars-server.hs
changeset 1985 0792e1485d07
parent 1964 dc9ea05c9d2f
child 2129 8664554d5547
equal deleted inserted replaced
1984:955b049eb099 1985:0792e1485d07
    21 #endif
    21 #endif
    22 
    22 
    23 
    23 
    24 setupLoggers =
    24 setupLoggers =
    25 	updateGlobalLogger "Clients"
    25 	updateGlobalLogger "Clients"
    26 		(setLevel DEBUG)
    26 		(setLevel INFO)
    27 
    27 
    28 main = withSocketsDo $ do
    28 main = withSocketsDo $ do
    29 #if !defined(mingw32_HOST_OS)
    29 #if !defined(mingw32_HOST_OS)
    30 	installHandler sigPIPE Ignore Nothing;
    30 	installHandler sigPIPE Ignore Nothing;
    31 #endif
    31 #endif