From a8546bd6a769cae9a3972be94069bb4e30272f22 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Fri, 18 Sep 2020 21:08:20 +0300 Subject: Redundant. --- .../FSE/Tango.FSE.UI/FileSystem/DefaultFileSystemProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/FileSystem/DefaultFileSystemProvider.cs') diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/FileSystem/DefaultFileSystemProvider.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/FileSystem/DefaultFileSystemProvider.cs index 2e3ffec19..344adafe8 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/FileSystem/DefaultFileSystemProvider.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/FileSystem/DefaultFileSystemProvider.cs @@ -184,7 +184,7 @@ namespace Tango.FSE.UI.FileSystem { IsWebRtcAvailable = false; LogManager.Log(ex, "Error initializing FileSystem via WebRTC."); - NotificationProvider.PushErrorReportingSnackbar(ex, "PPC Module Error", "Could not initialize the remote file system fast channel."); + NotificationProvider.PushErrorReportingSnackbar(ex, "PPC Module Warning", "Could not initialize the remote file system P2P channel.", MessageType.Warning); } } } -- cgit v1.3.1