We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938d7ef commit 132aa1cCopy full SHA for 132aa1c
sope-appserver/NGObjWeb/NGHttp/NGHttpHeaderFieldParser.m
@@ -446,7 +446,7 @@ - (id)parseValue:(id)_data ofHeaderField:(NSString *)_field {
446
447
NSLog(@"ERROR(%s:%i): got invalid cookie pairs for field '%@' data '%@', class=%@.",
448
__PRETTY_FUNCTION__, __LINE__,
449
- _field, s != nil ? "<nil>" : s, [_data class]);
+ _field, s != nil ? @"<nil>" : s, [_data class]);
450
RELEASE(s);
451
#endif
452
// return nil;
0 commit comments