From cd9c775386e6001b4677e7c1a4d9a5c9d03b0aaf Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 13 Oct 2023 20:50:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=94=B9=E6=94=B9log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaCore/Controller/MinitouchController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaCore/Controller/MinitouchController.cpp b/src/MaaCore/Controller/MinitouchController.cpp index 1b8df4b413..b1ef5d5819 100644 --- a/src/MaaCore/Controller/MinitouchController.cpp +++ b/src/MaaCore/Controller/MinitouchController.cpp @@ -112,7 +112,7 @@ std::optional asst::MinitouchController::reconnect(const std::strin bool asst::MinitouchController::input_to_minitouch(const std::string& cmd) { if (!m_minitouch_handler->write(cmd)) { - Log.error("Failed to write to minitouch, try again"); + Log.error("Failed to write to minitouch, try restart minitouch and re-write"); call_and_hup_minitouch(); return m_minitouch_handler->write(cmd); }