Browse Source

Z991239-5559 #comment 日志优化

80274480 1 year ago
parent
commit
d6b90832b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Other/libmediaplayer/player.cpp

+ 1 - 1
Other/libmediaplayer/player.cpp

@@ -234,7 +234,7 @@ static int mediaplay_thread_func(void* arg)
 					}
 				}
 				else {
-					pPlayer->GetMediaHostApi()->Debug(MEDIA_LOG_INFO, "---------------stop audio playing thread---------------");
+					pPlayer->GetMediaHostApi()->Debug(MEDIA_LOG_DEBUG, "---------------stop audio playing thread---------------");
 					baudioplay_thread_exit = true;
 				}
 			}