aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-23 14:52:22 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-23 14:52:22 +0300
commit4e81425d99f39b8edc10660d72566c6c1408810d (patch)
tree16e93ce35705611e02684c8e8d45b9ce40fbee3e /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
parent09c780fd78c43291f7298f854770fbb47d014f02 (diff)
downloadTango-4e81425d99f39b8edc10660d72566c6c1408810d.tar.gz
Tango-4e81425d99f39b8edc10660d72566c6c1408810d.zip
changes on other computers
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
index 8d1c0e147..8d4d5fa0a 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
@@ -173,7 +173,7 @@ namespace Tango.PPC.Common.MachineSetup
CurrentStep = MachineSetupSteps.SynchronizingSchema;
String db_name = "Tango";
- String localAddress = SettingsManager.Default.GetOrCreate<CoreSettings>().DataBaseSource;
+ String localAddress = SettingsManager.Default.GetOrCreate<CoreSettings>().DataSource.Address;
String remote_address = setup_response.DbAddress;
LogManager.Log($"Synchronizing database '{remote_address}\\{db_name}' => '{localAddress}\\{db_name}'...");