We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d63ce1 commit b1a349aCopy full SHA for b1a349a
1 file changed
SimpleDnsCrypt/ViewModels/QueryLogViewModel.cs
@@ -268,6 +268,7 @@ await Task.Run(() =>
268
}
269
else
270
{
271
+ Log.Warn($"Missing {_queryLogFile}");
272
_isQueryLogLogging = false;
273
274
0 commit comments