Skip to content

Commit

Permalink
Update the error notifications for bindings in 0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcubix committed Sep 17, 2024
1 parent 8537c24 commit 4acf159
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions OTD.EnhancedOutputMode/Handlers/VMultiButtonHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ private void Initialize(TabletReference tabletReference)
}
catch
{
Log.Write("VMulti",
"VMulti bindings are being used without an active VMulti output mode.",
Log.Write("Enhanced VMulti Bindings",
"VMulti bindings are being used without an active Enhanced VMulti Output Mode.",
LogLevel.Error);
}
}
Expand Down
6 changes: 3 additions & 3 deletions OTD.EnhancedOutputMode/Handlers/WinInkButtonHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ private void Initialize(TabletReference tabletReference)
}
catch
{
Log.WriteNotify("WinInk",
"Windows Ink bindings are being used without an active Windows Ink output mode.",
LogLevel.Error);
Log.WriteNotify("Enhanced Windows Ink Bindings",
"Windows Ink bindings are being used without an active Enhanced Windows Ink Output Mode.",
LogLevel.Error);
}
}

Expand Down

0 comments on commit 4acf159

Please sign in to comment.