diff -r 20cccc7c26ee -r 63baa74c903f BLIP/BLIPRequest.m --- a/BLIP/BLIPRequest.m Sun May 24 15:03:39 2009 -0700 +++ b/BLIP/BLIPRequest.m Wed Jul 01 14:14:32 2009 -0700 @@ -262,7 +262,7 @@ if( complete && _onComplete ) { @try{ [_onComplete invokeWithSender: self]; - }catchAndReport(@"BLIPResponse onComplete target"); + }catchAndReport(@"BLIPRequest onComplete target"); } }