Skip to content

Commit

Permalink
Merge branch 'hotfix/5.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ceo1647 committed May 13, 2024
2 parents 02e004a + 6c10662 commit 5cd375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Orc.Controls/Tools/Management/ControlToolManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ protected virtual void SaveSettings(IControlTool tool)
catch (Exception e)
{
//Vladimir:Don't crash if something went wrong while saving tool settings into file
Log.Error(e);
Log.Debug(e);
}
}
}
Expand Down

0 comments on commit 5cd375d

Please sign in to comment.