Skip to content

Commit

Permalink
Changed some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Pespiri committed Nov 7, 2019
1 parent ae266d0 commit 616c32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StepBackWall/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void OnFixedUpdate() { }
private void Load()
{
Configuration.Load();
Logger.Log($"{PluginName} v{PluginVersion} has started.", LogLevel.Notice);
Logger.Log($"{PluginName} v{PluginVersion} has started.", LogLevel.Info);
}

private void Unload()
Expand Down

0 comments on commit 616c32a

Please sign in to comment.