aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-08-31 12:03:11 +0300
committerAvi Levkovich <avi@twine-s.com>2020-08-31 12:03:11 +0300
commit5c19a9bef046ff080a9a7008bd4f39e2a13e4ccb (patch)
tree500e4b50dd615b86cad12c7b11439ba007b20668 /Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs
parent29b08a41f29655561ab83d8b454ea5fb6227ad7a (diff)
parent751ec679b65431ab3ce13f1c5c58cb0891b2fdbe (diff)
downloadTango-5c19a9bef046ff080a9a7008bd4f39e2a13e4ccb.tar.gz
Tango-5c19a9bef046ff080a9a7008bd4f39e2a13e4ccb.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs')
-rw-r--r--Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs4
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.");
}
}
}