Skip to content
Snippets Groups Projects
Commit c2923e37 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

More consistency in string generation.

parent 28a46e33
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ namespace ATxService
public AutoTx() {
InitializeComponent();
SetupFileLogging(LogLevel.Debug);
Log.Info("==========================================================================");
Log.Info("=".PadLeft(80, '='));
Log.Info("Attempting to start {0} service...", ServiceName);
CreateEventLog();
LoadSettings();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment