Added some extra logging to see if we can capture more about the byte_array message.

This commit is contained in:
Cekis
2016-03-04 22:03:21 +01:00
parent 9cc3e02d2f
commit b4f8892690
+1
View File
@@ -156,6 +156,7 @@ public class dictionary implements Serializable
catch (IOException x)
{
System.err.println("IOException: "+x.toString());
System.err.println("Reason: Could not unpack byte string: '" + source + "'");
}
return null;