From c2923e37453b2f26961d828ae6132b9b1c734d47 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Sat, 3 Mar 2018 00:10:13 +0100 Subject: [PATCH] More consistency in string generation. --- ATxService/AutoTx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATxService/AutoTx.cs b/ATxService/AutoTx.cs index 39dcecd..3f9648f 100644 --- a/ATxService/AutoTx.cs +++ b/ATxService/AutoTx.cs @@ -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(); -- GitLab