From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id EC84A1F9FE for ; Fri, 28 May 2021 09:45:21 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 3/3] script/lei: drop leftover message about fallback Date: Fri, 28 May 2021 09:45:21 +0000 Message-Id: <20210528094521.26490-4-e@80x24.org> In-Reply-To: <20210528094521.26490-1-e@80x24.org> References: <20210528094521.26490-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Non-daemon lei isn't implemented, anymore. --- script/lei | 1 - 1 file changed, 1 deletion(-) diff --git a/script/lei b/script/lei index 4d752fd8..fce8124a 100755 --- a/script/lei +++ b/script/lei @@ -98,7 +98,6 @@ lei-daemon could not start, exited with \$?=$? # try connecting again anyways, unlink+bind may be racy connect($sock, $addr) or die <<""; connect($path): $! (after attempted daemon start) -Falling back to (slow) one-shot mode } # (Socket::MsgHdr|Inline::C), $sock are all available: