From 784925324fd115c37bc98c5bbfe64c15f9966d74 Mon Sep 17 00:00:00 2001
From: ilnurkh <ilnurkh@yandex-team.com>
Date: Tue, 17 Oct 2023 08:15:44 +0300
Subject: Y_FAIL->Y_ABORT at '^li'

https://clubs.at.yandex-team.ru/arcadia/29404
---
 library/cpp/messagebus/remote_connection.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'library/cpp/messagebus/remote_connection.cpp')

diff --git a/library/cpp/messagebus/remote_connection.cpp b/library/cpp/messagebus/remote_connection.cpp
index 24c2153730..0e79ca084a 100644
--- a/library/cpp/messagebus/remote_connection.cpp
+++ b/library/cpp/messagebus/remote_connection.cpp
@@ -143,7 +143,7 @@ namespace NBus {
         }
 
         void TRemoteConnection::TryConnect() {
-            Y_FAIL("TryConnect is client connection only operation");
+            Y_ABORT("TryConnect is client connection only operation");
         }
 
         void TRemoteConnection::ScheduleRead() {
-- 
cgit v1.2.3