Uses slightly less CPU now. Still too much.
[ITFoundation.git] / ITInetSocket.m
index 0d78f87..bf47805 100755 (executable)
@@ -12,6 +12,7 @@
 @implementation ITInetSocket
 -(id)initWithFD:(int)fd delegate:(id)d
 {
+    NSLog(@"Someone made a socket!");
     return nil;
 }