diff options
Diffstat (limited to 'lib/stream_support.hpp')
-rw-r--r-- | lib/stream_support.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream_support.hpp b/lib/stream_support.hpp index 932f7c4..0552b9d 100644 --- a/lib/stream_support.hpp +++ b/lib/stream_support.hpp @@ -64,4 +64,4 @@ streamed_string(const T & v) return ss.str(); } -#define CLOG(x) std::clog << #x " : " << x << "\n"; +#define CLOG(x) std::cerr << #x " : " << x << "\n"; |