@@ -21,8 +21,8 @@ @implementation OFInvalidServerReplyException - (OFString*)description { return [OFString stringWithFormat: - @"Got an invalid reply from the server in class %@", _inClass]; + @"Got an invalid reply from the server in class %@!", _inClass]; } @end