Skip to content

Commit 7673a9d

Browse files
committed
improve naming
1 parent 359459b commit 7673a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Exception.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ try
277277
{
278278
if (logged != nullptr && !logged->load(std::memory_order_relaxed) && isErrorCodeImportant() && isLoggingEnabled())
279279
{
280-
LOG_ERROR(getLogger("~Exception"), "{}", getExceptionMessage(*this, /*with_stacktrace=*/ true));
280+
LOG_ERROR(getLogger("ForcedCriticalErrorsLogger"), "{}", getExceptionMessage(*this, /*with_stacktrace=*/ true));
281281
}
282282
}
283283
catch (...) // NOLINT(bugprone-empty-catch)

0 commit comments

Comments
 (0)