Skip to content

Commit

Permalink
do not sow log error in customer apps if it's impossible to find sett…
Browse files Browse the repository at this point in the history
…ings for tool

issue:: do not report log error on Copy Above command
  • Loading branch information
ceo1647 committed May 13, 2024
1 parent 02e004a commit 6c10662
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 6c10662

Please sign in to comment.