Skip to content

Commit 5e9d2bb

Browse files
authored
Fix incorrect debug mode in executor_pool_basic (ydb-platform#5320)
1 parent f3c6975 commit 5e9d2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/actors/core/executor_pool_basic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
namespace NActors {
2020

21-
#ifdef NDEBUG
21+
#ifndef NDEBUG
2222
constexpr bool DebugMode = true;
2323
#else
2424
constexpr bool DebugMode = false;

0 commit comments

Comments
 (0)