mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-07 13:41:00 +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
e1d304e334
commit
5ebcdf995d
1 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ associationsKeys:(NSArray*)associationsKeys
|
||||||
&& ![anAssociation isKindOfClass:[GSWBindingNameAssociation class]]) //TODOV
|
&& ![anAssociation isKindOfClass:[GSWBindingNameAssociation class]]) //TODOV
|
||||||
{
|
{
|
||||||
aValue=[self valueForKey:aKey];
|
aValue=[self valueForKey:aKey];
|
||||||
NSDebugMLLog(@"GSWComponent",@"aValue=%@",aValue);
|
NSDebugMLLog(@"GSWComponent",@"aKey=%@ aValue=%@",aKey,aValue);
|
||||||
if (doLog)
|
if (doLog)
|
||||||
[anAssociation logSynchronizeComponentToParentForValue:aValue
|
[anAssociation logSynchronizeComponentToParentForValue:aValue
|
||||||
inComponent:_parent];
|
inComponent:_parent];
|
||||||
|
@ -437,7 +437,7 @@ associationsKeys:(NSArray*)associationsKeys
|
||||||
if (![anAssociation isKindOfClass:[GSWBindingNameAssociation class]]) //TODOV
|
if (![anAssociation isKindOfClass:[GSWBindingNameAssociation class]]) //TODOV
|
||||||
{
|
{
|
||||||
aValue=[anAssociation valueInComponent:_parent];
|
aValue=[anAssociation valueInComponent:_parent];
|
||||||
NSDebugMLLog(@"GSWComponent",@"aValue=%@",aValue);
|
NSDebugMLLog(@"GSWComponent",@"aKey=%@ aValue=%@",aKey,aValue);
|
||||||
if (doLog)
|
if (doLog)
|
||||||
[anAssociation logSynchronizeParentToComponentForValue:aValue
|
[anAssociation logSynchronizeParentToComponentForValue:aValue
|
||||||
inComponent:self];
|
inComponent:self];
|
||||||
|
|
Loading…
Reference in a new issue