Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Mar 7, 2020
1 parent 98227dd commit 1cd9968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SuperGrate/Main.cs
Expand Up @@ -399,7 +399,9 @@ private async void MiSaveLog_Click(object sender, EventArgs e)
DateTime.Now.ToLongTimeString().Replace(':', '-');
if (dialogSaveLog.ShowDialog() == DialogResult.OK)
{
Logger.Information("Writing log to: " + dialogSaveLog.FileName + "...");
await Logger.WriteLogToFile(dialogSaveLog.OpenFile());
Logger.Success("Log written successfully.");
}
}
/// <summary>
Expand Down

0 comments on commit 1cd9968

Please sign in to comment.