mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Add errors to give us more of a clue of when something is wrong with decoding
This commit is contained in:
parent
d42ba86d88
commit
1994a629e1
1 changed files with 4 additions and 0 deletions
|
@ -264,6 +264,10 @@
|
|||
{
|
||||
[self decode];
|
||||
}
|
||||
else
|
||||
{
|
||||
NSLog(@"Packet size is 0");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue