We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98d7a5 commit f008919Copy full SHA for f008919
stdlib/public/Concurrency/Actor.cpp
@@ -353,7 +353,7 @@ static bool swift_task_isCurrentExecutorImpl(SerialExecutorRef executor) {
353
/// 0 - no logging
354
/// 1 - warn on each instance
355
/// 2 - fatal error
356
-static unsigned unexpectedExecutorLogLevel = 1;
+static unsigned unexpectedExecutorLogLevel = 2;
357
358
static void checkUnexpectedExecutorLogLevel(void *context) {
359
#if SWIFT_STDLIB_HAS_ENVIRON
0 commit comments