mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-04 22:00:50 +00:00
On type missmatch report whole document
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39388 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
64628b992b
commit
8b01387fed
1 changed files with 2 additions and 2 deletions
|
@ -6505,8 +6505,8 @@ appendString(NSMutableData *m, NSUInteger offset, NSUInteger fold,
|
||||||
{
|
{
|
||||||
[NSException raise: NSInvalidArgumentException
|
[NSException raise: NSInvalidArgumentException
|
||||||
format: @"multipart/related 'type' (%@) does not match "
|
format: @"multipart/related 'type' (%@) does not match "
|
||||||
@"that of the 'start' part (%@)",
|
@"that of the 'start' part (%@) in %@",
|
||||||
[type parameterForKey: @"type"], v];
|
[type parameterForKey: @"type"], v, self];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue