Skip to content

Commit

Permalink
[spalenque] - #12995 * change log to warning on youtube api fail to g…
Browse files Browse the repository at this point in the history
…et video stats
  • Loading branch information
santipalenque committed Jun 20, 2017
1 parent 2b85e18 commit a53719e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summit-video-app/code/SummitVideoAppBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public function getVideoDetail($id)

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

$video->write();
Expand Down

0 comments on commit a53719e

Please sign in to comment.