ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/logger.C
(Generate patch)

Comparing deliantra/server/common/logger.C (file contents):
Revision 1.21 by root, Tue Nov 3 23:44:20 2009 UTC vs.
Revision 1.22 by root, Sat Jan 16 13:41:37 2010 UTC

168 logsync = 0; 168 logsync = 0;
169 } 169 }
170} logthread; 170} logthread;
171 171
172void 172void
173LOG (int flags, const char *format, ...) 173LOG (int flags, const_utf8_string format, ...)
174{ 174{
175 int level = flags & 15; 175 int level = flags & 15;
176 176
177 if (level > settings.debug) 177 if (level > settings.debug)
178 return; 178 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines