Skip to content

Commit a53719e

Browse files
committed
[spalenque] - #12995 * change log to warning on youtube api fail to get video stats
1 parent 2b85e18 commit a53719e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

summit-video-app/code/SummitVideoAppBackend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public function getVideoDetail($id)
362362

363363
} catch (Exception $e) {
364364
SS_Log::log("Summit video app tried to get video {$video->YouTubeID}: {$e->getMessage()}",
365-
SS_Log::ERR);
365+
SS_Log::WARN);
366366
}
367367

368368
$video->write();

0 commit comments

Comments
 (0)