changeset 59 | 46c7844cb592 |
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 Mon Jul 20 13:26:29 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