Adjust to ObjFW changes

This commit is contained in:
Jonathan Schleifer 2018-12-22 21:59:02 +01:00
parent 5059b34193
commit 15c922cdad
No known key found for this signature in database
GPG key ID: D83A76BFE376345E
3 changed files with 66 additions and 166 deletions

View file

@ -269,7 +269,8 @@ OF_APPLICATION_DELEGATE(AppDelegate)
}
- (void)connectionWasClosed: (XMPPConnection *)conn
error: (OFXMLElement *)error
{
of_log(@"Connection was closed!");
of_log(@"Connection was closed: %@", error);
}
@end