Explorar o código

Compilation fix

Felix Paul Kühne %!s(int64=9) %!d(string=hai) anos
pai
achega
6900666288
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/VLCPlaybackController.m

+ 1 - 1
Sources/VLCPlaybackController.m

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