From a8781c2535ecd64052344981bbc3cb8456ff67d9 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Mon, 6 Oct 2025 13:12:17 +0300 Subject: Add some output --- client.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.cpp b/client.cpp index a64973e..eaa4c00 100644 --- a/client.cpp +++ b/client.cpp @@ -54,6 +54,8 @@ public: continue; } } + + std::cout << "Client is authorized" << std::endl; } void loop() { -- cgit v1.2.3