diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-10-17 16:38:13 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-10-17 16:38:13 +0300 |
| commit | 78a2d97b5a33b81c51cd8069056e3e3179aeb549 (patch) | |
| tree | 241ea08041cfa6642a661b8dadf1e863eb183c5e /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | |
| parent | da9f683c50c5c8ec4ad6b1e654f0cc487e1bcc0f (diff) | |
| parent | c3424087c9a2aff7f509f9c866d151945633a382 (diff) | |
| download | Tango-78a2d97b5a33b81c51cd8069056e3e3179aeb549.tar.gz Tango-78a2d97b5a33b81c51cd8069056e3e3179aeb549.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs index 5c7b7554d..6a65e4fbe 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs @@ -442,7 +442,7 @@ namespace Tango.PPC.Common.MachineUpdate } catch (Exception ex) { - throw LogManager.Log(ex, "Setup manager error while trying to compare the database."); + throw LogManager.Log(ex, "Update manager error while trying to compare the database."); } }); } |
