Minor stylistic update to the new playlist creation message. [skip ci]

This commit is contained in:
Buster Silver 2017-06-07 16:08:21 -05:00
parent 3075c25432
commit 016c226939
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class LiquidSoap extends BackendAbstract
// Create a new default playlist if one doesn't exist.
if (!$has_default_playlist) {
$this->log(_('No default playlist existed for the station, so one was automatically created. You can add songs to it from the "Media" page.'),'error');
$this->log(_('No default playlist existed for the station, so one was automatically created. You can add songs to it from the "Media" page.'),'info');
// Auto-create an empty default playlist.
$default_playlist = new \Entity\StationPlaylist();