diff --git a/projects/TcpExample1/src/tcpexample1/TcpExample.java b/projects/TcpExample1/src/tcpexample1/TcpExample.java
index 18489c61d18b698a6321570e3da4401c384037c2..410d2e021854751380412431b81477f3e872c57f 100644
--- a/projects/TcpExample1/src/tcpexample1/TcpExample.java
+++ b/projects/TcpExample1/src/tcpexample1/TcpExample.java
@@ -58,7 +58,7 @@ public class TcpExample
         }
         catch(Exception e)
         {
-            System.out.println("problem with networking");
+            System.out.println("problem with networking: " + e);
         }