diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-30 15:44:18 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-30 15:44:18 +0300 |
| commit | de0eb1dbfcd48d2e5a0ca3c034befedb4037b72c (patch) | |
| tree | 2f9482d86cc359a8fcb8b5756ba9725b86f41468 /Software/Visual_Studio | |
| parent | 66dc46ad7547c9d51fef406186a705dce0ccd7a3 (diff) | |
| download | Tango-de0eb1dbfcd48d2e5a0ca3c034befedb4037b72c.tar.gz Tango-de0eb1dbfcd48d2e5a0ca3c034befedb4037b72c.zip | |
Redundant.
Diffstat (limited to 'Software/Visual_Studio')
| -rw-r--r-- | Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs b/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs index 6412e3778..5e79c636d 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs @@ -408,12 +408,12 @@ namespace Tango.FSE.PPCConsole.ViewModels } else { - await NotificationProvider.ShowError("Could not correlate any log item from the available log files."); + await NotificationProvider.ShowError("Could not correlate any log file."); } } else { - await NotificationProvider.ShowError("Could not correlate any log item from the available log items."); + await NotificationProvider.ShowError("A matching log file was found, but could not correlate any log item.\nIf this is an active log file, please to reload it and try again."); } } } |
