fix debug traces I forgot to remove

This commit is contained in:
Jérémy Rosen 2007-03-24 18:21:58 +00:00
parent a69dc458ad
commit 3f8bc02ee7

View file

@ -49,8 +49,7 @@
#define SOCKET int
#endif
//#define LOG_NW LOG_STREAM(info, network)
#define LOG_NW std::cerr
#define LOG_NW LOG_STREAM(info, network)
#define WRN_NW LOG_STREAM(warn, network)
// only warnings and not errors to avoid DoS by log flooding