changeset 50 | 63baa74c903f |
parent 49 | 20cccc7c26ee |
child 63 | 5e4855a592ee |
1.1 --- a/BLIP/BLIPRequest.m Sun May 24 15:03:39 2009 -0700 1.2 +++ b/BLIP/BLIPRequest.m Wed Jul 01 14:14:32 2009 -0700 1.3 @@ -262,7 +262,7 @@ 1.4 if( complete && _onComplete ) { 1.5 @try{ 1.6 [_onComplete invokeWithSender: self]; 1.7 - }catchAndReport(@"BLIPResponse onComplete target"); 1.8 + }catchAndReport(@"BLIPRequest onComplete target"); 1.9 } 1.10 } 1.11