mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 15:00:45 +00:00
o logs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9ba1891aa7
commit
745cc96e55
1 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ associationsKeys:(NSArray*)associationsKeys
|
|||
&& ![anAssociation isKindOfClass:[GSWBindingNameAssociation class]]) //TODOV
|
||||
{
|
||||
aValue=[self valueForKey:aKey];
|
||||
NSDebugMLLog(@"GSWComponent",@"aValue=%@",aValue);
|
||||
NSDebugMLLog(@"GSWComponent",@"aKey=%@ aValue=%@",aKey,aValue);
|
||||
if (doLog)
|
||||
[anAssociation logSynchronizeComponentToParentForValue:aValue
|
||||
inComponent:_parent];
|
||||
|
@ -437,7 +437,7 @@ associationsKeys:(NSArray*)associationsKeys
|
|||
if (![anAssociation isKindOfClass:[GSWBindingNameAssociation class]]) //TODOV
|
||||
{
|
||||
aValue=[anAssociation valueInComponent:_parent];
|
||||
NSDebugMLLog(@"GSWComponent",@"aValue=%@",aValue);
|
||||
NSDebugMLLog(@"GSWComponent",@"aKey=%@ aValue=%@",aKey,aValue);
|
||||
if (doLog)
|
||||
[anAssociation logSynchronizeParentToComponentForValue:aValue
|
||||
inComponent:self];
|
||||
|
|
Loading…
Reference in a new issue