From de244cd5f32716988b0d07a109f5e40c8f309939 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Thu, 23 Dec 2021 18:37:06 +0100 Subject: [PATCH] Correct naming --- DStarGatewayThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DStarGatewayThread.cpp b/DStarGatewayThread.cpp index 1cb130b..6b587bd 100644 --- a/DStarGatewayThread.cpp +++ b/DStarGatewayThread.cpp @@ -167,7 +167,7 @@ void CDStarGatewayThread::run() printf("Unknown exception raised\n"); } - printf("Stopping the Smart Group Server thread\n"); + printf("Stopping the DStarGateway thread\n"); // Unlink from all reflectors CDExtraHandler::unlink();