mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Add minor debug tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24413 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0067c58c4b
commit
094b9191d3
1 changed files with 2 additions and 2 deletions
|
@ -1071,8 +1071,8 @@ static BOOL isPlistObject(id o)
|
|||
if (isPlistObject(value) == NO)
|
||||
{
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"attempt to set non property list object for key (%@)",
|
||||
defaultName];
|
||||
format: @"attempt to set non property list object (%@) for key (%@)",
|
||||
value, defaultName];
|
||||
}
|
||||
|
||||
[_lock lock];
|
||||
|
|
Loading…
Reference in a new issue