Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
MyUncleSam committed Jun 2, 2019
1 parent b2f22f4 commit 21cfc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EveChatNotifier/Logging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public static void WriteLine(string text)
System.IO.File.AppendAllText(logPath, string.Format("{0}: {1}{2}", DateTime.Now.ToString(), text, Environment.NewLine), Encoding.UTF8);
}
catch { }
}
}
}
}

0 comments on commit 21cfc50

Please sign in to comment.