diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs
index 5e816cd3676f9a64f59f8f9ff9fbb19be2866998..ed9bdc8fd5cf53af7214f9a725c70abef4d7f3fd 100644
--- a/AutoTx/AutoTx.cs
+++ b/AutoTx/AutoTx.cs
@@ -71,6 +71,8 @@ namespace AutoTx
         public AutoTx() {
             InitializeComponent();
             SetupFileLogging();
+            Log.Info("==========================================================================");
+            Log.Info("Attempting to start {0} service...", ServiceName);
             CreateEventLog();
             LoadSettings();
             CreateIncomingDirectories();