From 6f4d6cb5741d10e10dacc78e264e421bf6a297cf Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Wed, 14 Oct 2015 02:33:04 -0400 Subject: Always use errorstream for DEBUG_EXCEPTION_HANDLER --- src/util/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/thread.h b/src/util/thread.h index a32871aab..8d8b6fe7f 100644 --- a/src/util/thread.h +++ b/src/util/thread.h @@ -223,7 +223,7 @@ public: doUpdate(); } - END_DEBUG_EXCEPTION_HANDLER(errorstream) + END_DEBUG_EXCEPTION_HANDLER return NULL; } -- cgit v1.2.3