Differences From Artifact [3fe5f58a63]:
- File src/SSLConnectionFailedException.m — part of check-in [2ee844508a] at 2017-06-21 21:04:58 on branch trunk — Adjust to ObjFW changes (user: js, size: 4043) [annotate] [blame] [check-ins using]
To Artifact [10c93bcda0]:
- File src/SSLConnectionFailedException.m — part of check-in [ca772cd7fd] at 2019-03-14 22:02:31 on branch trunk — Use dot syntax (user: js, size: 4041) [annotate] [blame] [check-ins using]
︙ | |||
144 145 146 147 148 149 150 | 144 145 146 147 148 149 150 151 152 153 | - + | else return [OFString stringWithFormat: @"A connection to %@ on port %" @PRIu16 @" could " @"not be established in socket of type %@: %s", _host, _port, [_socket class], error]; } |