From 412acfaf221d21fccc66adf7b8fc9e59f437d4ab Mon Sep 17 00:00:00 2001 From: Simon Vogl Date: Wed, 19 Feb 2025 15:33:47 +0100 Subject: [PATCH] Update WSTest.cpp fixed typo for log level --- client/test/WSTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/test/WSTest.cpp b/client/test/WSTest.cpp index 86ad790..7083ec2 100644 --- a/client/test/WSTest.cpp +++ b/client/test/WSTest.cpp @@ -3,6 +3,6 @@ void WSTest::onRun() { - OATPP_LOGD(TAG, "TODO - write tests"); + OATPP_LOGd(TAG, "TODO - write tests"); -} \ No newline at end of file +}