diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/thread.h b/src/util/thread.h index 8d8b6fe7f..5ed63544c 100644 --- a/src/util/thread.h +++ b/src/util/thread.h @@ -210,7 +210,7 @@ public: void *run() { - DSTACK(__FUNCTION_NAME); + DSTACK(FUNCTION_NAME); BEGIN_DEBUG_EXCEPTION_HANDLER while (!stopRequested()) { |