Bladeren bron

Fix logging of SyncthingCustomHomePath

Antony Male 10 jaren geleden
bovenliggende
commit
3a0e2d7868
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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("LogFilePath: {0}", this.LogFilePath);
-            logger.Debug("SyncthingCustomHomePath: {0}", this.LogFilePath);
+            logger.Debug("SyncthingCustomHomePath: {0}", this.SyncthingCustomHomePath);
             logger.Debug("SyncThingPath: {0}", this.SyncthingPath);
             logger.Debug("SyncThingBackupPath: {0}", this.SyncthingBackupPath);
             logger.Debug("ConfigurationFilePath: {0}", this.ConfigurationFilePath);