Skip to content

Commit

Permalink
fixed another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed May 17, 2020
1 parent 94da3a0 commit 378b7e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public bool Initialize()
}
catch (Exception exc)
{
Global.logger.Error($"Device {devicename} encountered an error during connecting. Exception: {exc}");
Global.logger.Error($"Device {devicename} encountered an error while connecting. Exception: {exc}");
isConnected = false;

return false;
Expand Down

0 comments on commit 378b7e4

Please sign in to comment.