From dea9642c92b111c2b856c7e260153ddebc5c8e80 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Tue, 31 Aug 2021 22:16:52 +0200 Subject: [PATCH] Logging update --- src/raspberrypi/rascsi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/rascsi.cpp b/src/raspberrypi/rascsi.cpp index 045421e5..a5560ffe 100644 --- a/src/raspberrypi/rascsi.cpp +++ b/src/raspberrypi/rascsi.cpp @@ -1037,7 +1037,7 @@ bool ProcessCmd(const int fd, const PbCommand& command) s << id; isFirst = false; } - LOGINFO("Reserved IDs: %s", s.str().c_str()); + LOGINFO("Reserved IDs set to: %s", s.str().c_str()); return ReturnStatus(fd); }