You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by to...@apache.org on 2007/01/04 00:50:43 UTC

svn commit: r492355 - /incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYToManyFault.m

Author: torehalset
Date: Wed Jan  3 15:50:42 2007
New Revision: 492355

URL: http://svn.apache.org/viewvc?view=rev&rev=492355
Log:
debug tweak

Modified:
    incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYToManyFault.m

Modified: incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYToManyFault.m
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYToManyFault.m?view=diff&rev=492355&r1=492354&r2=492355
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYToManyFault.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYToManyFault.m Wed Jan  3 15:50:42 2007
@@ -26,7 +26,7 @@
 
 -(id)resolveFault
 {
-    NSLog(@"resolving toMany fault");
+    NSLog(@"DEBUG: resolving toMany fault");
     
     CAYRelationshipQuery *q = [[CAYRelationshipQuery alloc] init];
     [q setObjectId:[[self sourceObject] objectId]];