Browse Source

Compilation fix

Felix Paul Kühne 9 years ago
parent
commit
6900666288
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/VLCPlaybackController.m

+ 1 - 1
Sources/VLCPlaybackController.m

@@ -311,7 +311,7 @@ NSString *const VLCPlaybackControllerPlaybackPositionUpdated = @"VLCPlaybackCont
 {
 {
     BOOL ret = [_playbackSessionManagementLock tryLock];
     BOOL ret = [_playbackSessionManagementLock tryLock];
     if (!ret) {
     if (!ret) {
-        ASLog(@"%s: locking failed", __PRETTY_FUNCTION__);
+        APLog(@"%s: locking failed", __PRETTY_FUNCTION__);
         return;
         return;
     }
     }