mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-27 16:56:48 -04:00
Added some extra logging to see if we can capture more about the byte_array message.
This commit is contained in:
Regular → Executable
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user