Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hawku committed Dec 10, 2018
1 parent 90370cb commit a7e93c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TabletDriverService/CommandHandler.Device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7e93c5

Please sign in to comment.