Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Wrap NoPluginToken value in <value> tag
Browse files Browse the repository at this point in the history
This was causing the log message to print verbatim, with newline and indentation.
  • Loading branch information
oliverbooth committed Mar 13, 2022
1 parent 13ead9a commit 1e0d930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrackeysBot/Resources/LoggerMessages.resx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<value>Loaded plugin {0} {1}</value>
</data>
<data name="NoPluginToken" xml:space="preserve">
No token was specified in the config file for '{0}'! No client will be created for this plugin.
<value>No token was specified in the config file for '{0}'! No client will be created for this plugin.</value>
</data>
<data name="PluginAlreadyLoaded" xml:space="preserve">
<value>Plugin '{0}' was requested to load, but is already loaded. Skipping!</value>
Expand Down

0 comments on commit 1e0d930

Please sign in to comment.