revid: moved messaged regarding restart of rtmp session

This commit is contained in:
Saxon 2019-03-03 16:41:16 +10:30
parent b92466bab8
commit c60ec9fbd8
1 changed files with 1 additions and 1 deletions

View File

@ -557,8 +557,8 @@ loop:
time.Sleep(sendFailedDelay)
continue
}
r.config.Logger.Log(logger.Info, pkg+"restarted rtmp session, sending again")
}
r.config.Logger.Log(logger.Info, pkg+"restarted rtmp session, sending again")
err = dest.send()
if err != nil {
r.config.Logger.Log(logger.Error, pkg+"send failed again, with error", "error", err.Error())