diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-09-02 14:44:09 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-09-02 14:44:09 +0300 |
| commit | c45e816908048bb7b621759c0b0f1391d7d85b0b (patch) | |
| tree | ea6758624f5d4338960fa0581fece1b7ddfe11db /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs | |
| parent | 565afd35baab8b2846ebc80a6802a375b3fd876e (diff) | |
| download | Tango-c45e816908048bb7b621759c0b0f1391d7d85b0b.tar.gz Tango-c45e816908048bb7b621759c0b0f1391d7d85b0b.zip | |
Fixed error info on MachineService errors.
Some work on TFS PPC client logging.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs index 15f21bce1..c181d7b9d 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs @@ -194,7 +194,7 @@ namespace Tango.MachineStudio.UI.ViewModels catch (Exception ex) { LogManager.Log(ex, "Login Error."); - _notificationProvider.ShowError($"An error occurred while trying to perform the logging operation.\n{ex.FlattenMessage()}"); + _notificationProvider.ShowError($"An error occurred while trying to perform the log-in operation.\n{ex.FlattenMessage()}"); } finally { |
