diff --git a/source/main.m b/source/main.m index 7edfa68..a3d18e6 100644 --- a/source/main.m +++ b/source/main.m @@ -46,6 +46,9 @@ int main( int argc, char* argv[] ) mach_error_t err = mach_inject_bundle_pid( [bundlePath fileSystemRepresentation], (CFURLRef)[NSURL fileURLWithPath:stubPath], pid ); NSLog(@"err %d", err); + if( !err ){ + NSLog(@"Success!"); + } [pool release];