From a7e93c5487e8932d0d2e401c94ab40ef473420c8 Mon Sep 17 00:00:00 2001 From: hawku Date: Mon, 10 Dec 2018 11:31:21 +0200 Subject: [PATCH] Typo fix --- TabletDriverService/CommandHandler.Device.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TabletDriverService/CommandHandler.Device.cpp b/TabletDriverService/CommandHandler.Device.cpp index f4f25c7..5b24d7a 100644 --- a/TabletDriverService/CommandHandler.Device.cpp +++ b/TabletDriverService/CommandHandler.Device.cpp @@ -398,12 +398,12 @@ void CommandHandler::CreateDeviceCommands() { // Multiple ids if(stringIdMin != stringIdMax) { - LOG_INFO("Requesting strings from ids %d - %d:\n", stringIdMin, stringIdMax); + LOG_INFO("Requesting string ids from %d to %d:\n", stringIdMin, stringIdMax); } // Single id else { - LOG_INFO("Requesting strings id %d:\n", stringIdMin); + LOG_INFO("Requesting string id %d:\n", stringIdMin); } // Loop through string ids