diff --git a/ATxService/AutoTx.cs b/ATxService/AutoTx.cs
index 39dcecdfa230f9af15bad1eec00cf6d538193a4d..3f9648fd83e60508ad25fcf3e7c4acf51738b160 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();