浏览代码

Compilation fix

Felix Paul Kühne 9 年之前
父节点
当前提交
6900666288
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
     }