diff -r 4fa0c3da81f8 -r 59eb6319c950 gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Mon Jan 17 14:53:14 2011 +0100 +++ b/gameServer/CoreTypes.hs Thu Jan 20 21:12:50 2011 +0300 @@ -136,14 +136,14 @@ dbHost :: String, dbLogin :: String, dbPassword :: String, - lastLogins :: [(String, UTCTime)], + lastLogins :: [(String, (UTCTime, String))], stats :: TMVar StatisticsInfo, coreChan :: Chan CoreMessage, dbQueries :: Chan DBQuery } instance Show ServerInfo where - show si = "Server Info" + show _ = "Server Info" newServerInfo = ( ServerInfo