Browse Source

Fix logging of SyncthingCustomHomePath

Antony Male 10 years ago
parent
commit
3a0e2d7868
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SyncTrayzor/Services/Config/ConfigurationProvider.cs

+ 1 - 1
src/SyncTrayzor/Services/Config/ConfigurationProvider.cs

@@ -106,7 +106,7 @@ namespace SyncTrayzor.Services.Config
 
 
             logger.Debug("ExePath: {0}", this.ExePath);
             logger.Debug("ExePath: {0}", this.ExePath);
             logger.Debug("LogFilePath: {0}", this.LogFilePath);
             logger.Debug("LogFilePath: {0}", this.LogFilePath);
-            logger.Debug("SyncthingCustomHomePath: {0}", this.LogFilePath);
+            logger.Debug("SyncthingCustomHomePath: {0}", this.SyncthingCustomHomePath);
             logger.Debug("SyncThingPath: {0}", this.SyncthingPath);
             logger.Debug("SyncThingPath: {0}", this.SyncthingPath);
             logger.Debug("SyncThingBackupPath: {0}", this.SyncthingBackupPath);
             logger.Debug("SyncThingBackupPath: {0}", this.SyncthingBackupPath);
             logger.Debug("ConfigurationFilePath: {0}", this.ConfigurationFilePath);
             logger.Debug("ConfigurationFilePath: {0}", this.ConfigurationFilePath);