提交 c10984e7 编写于 作者: M Martin Zikmund

fix: Do not log error when favorites or LRU samples files are missing

上级 825bc0af
......@@ -1075,7 +1075,7 @@ description: {sample.Description}";
}
catch (IOException e)
{
_log.Error(e.Message);
_log.LogWarning(e.Message);
}
}
#else
......@@ -1103,7 +1103,7 @@ description: {sample.Description}";
}
catch (IOException e)
{
_log.Error(e.Message);
_log.LogWarning(e.Message);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册