summaryrefslogtreecommitdiffstats
path: root/apple_remote/source/RemoteControlContainer.m
diff options
context:
space:
mode:
Diffstat (limited to 'apple_remote/source/RemoteControlContainer.m')
-rw-r--r--apple_remote/source/RemoteControlContainer.m12
1 files changed, 6 insertions, 6 deletions
diff --git a/apple_remote/source/RemoteControlContainer.m b/apple_remote/source/RemoteControlContainer.m
index 0ebf8981b401..0071c80301b6 100644
--- a/apple_remote/source/RemoteControlContainer.m
+++ b/apple_remote/source/RemoteControlContainer.m
@@ -37,10 +37,10 @@
if ( (self = [super initWithDelegate:_remoteControlDelegate]) ) {
remoteControls = [[NSMutableArray alloc] init];
#ifdef DEBUG
- NSLog(@"RemoteControlContainer initWithDelegate ok");
+ NSLog( @"Apple Remote: ControlContainer initWithDelegate ok");
}
else {
- NSLog(@"RemoteControlContainer initWithDelegate failed");
+ NSLog( @"Apple Remote: RemoteControlContainer initWithDelegate failed");
#endif
}
@@ -63,7 +63,7 @@
}
#ifdef DEBUG
else {
- NSLog(@"RemoteControlContainer instantiateAndAddRemoteControlDeviceWithClass failed");
+ NSLog( @"Apple Remote: ControlContainer instantiateAndAddRemoteControlDeviceWithClass failed");
toReturn = NO;
}
#endif
@@ -79,7 +79,7 @@
[self didChangeValueForKey:@"listeningToRemote"];
#ifdef DEBUG
// debug purpose
- NSLog(@"reset... (after listening to remote)");
+ NSLog( @"Apple Remote: reset... (after listening)");
#endif
}
@@ -110,7 +110,7 @@
- (void) startListening: (id) sender {
#ifdef DEBUG
- NSLog(@"startListening to events... ");
+ NSLog(@"Apple Remote: start listening to events... ");
#endif
unsigned int i;
for(i=0; i < [remoteControls count]; i++) {
@@ -119,7 +119,7 @@
}
- (void) stopListening: (id) sender {
#ifdef DEBUG
- NSLog(@"stopListening to events... ");
+ NSLog(@"Apple Remote: stopListening to events... ");
#endif
unsigned int i;
for(i=0; i < [remoteControls count]; i++) {