--- deliantra/server/common/logger.C 2009/10/12 14:00:57 1.20 +++ deliantra/server/common/logger.C 2010/03/26 01:04:44 1.23 @@ -1,9 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team - * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team - * Copyright (©) 1992,2007 Frank Tore Johansen + * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -172,7 +170,7 @@ } logthread; void -LOG (int flags, const char *format, ...) +LOG (int flags, const_utf8_string format, ...) { int level = flags & 15;