From 092215c3bece225855fc53b86b203d0f47bdb692 Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Fri, 14 Mar 2025 05:07:14 +0700 Subject: [PATCH] update --- src/communication.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/communication.jl b/src/communication.jl index 91af37c..d07a152 100644 --- a/src/communication.jl +++ b/src/communication.jl @@ -191,7 +191,7 @@ function mqttClientInstance_v2( while isready(msgReceiveChannel[i]) _ = take!(msgReceiveChannel[i]) end - println("Total $totalmsg old MQTT messages cleared", @__FILE__, ":", @__LINE__, " $(Dates.now())") + println("Total $totalmsg old MQTT messages cleared ", @__FILE__, ":", @__LINE__, " $(Dates.now())") end end end