summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs b/CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs
index 99fb87c..a845d3a 100644
--- a/CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs
+++ b/CSharp/Ivy/IvyPPC/IvyUDPStreamV3.cs
@@ -76,7 +76,7 @@ namespace IvyBus
appId = DeserializeString(' ');
appName = DeserializeString('\n');
}
- catch( EndOfStreamException e )
+ catch( EndOfStreamException )
{
// Bad protocol message receive or without appId and appName
}