소스 검색

修改 lOG

jsonwang 3 년 전
부모
커밋
ee4922f97a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BFFramework/Classes/Stuckpoint/View/PQStuckPointCuttingView.swift

+ 1 - 1
BFFramework/Classes/Stuckpoint/View/PQStuckPointCuttingView.swift

@@ -293,7 +293,7 @@ class PQStuckPointCuttingView: UIView {
     func updateProgress(progress: CGFloat) {
         
         if(progress <= 0 || lineLayerArray.count == 0 || progress.isNaN){
-            BFLog(message: "progress is error ")
+            BFLog(message: "progress is error \(progress) lineLayerArray \(lineLayerArray)")
             return
         }