cleanup error messages

This commit is contained in:
orignal 2017-01-30 20:36:35 -05:00
parent 7094588c53
commit 3e2605490f
3 changed files with 6 additions and 6 deletions

View file

@ -895,7 +895,7 @@ namespace stream
it->second->HandleNextPacket (packet);
else
{
LogPrint (eLogError, "Streaming: Unknown stream sSID=", sendStreamID);
LogPrint (eLogInfo, "Streaming: Unknown stream sSID=", sendStreamID);
DeletePacket (packet);
}
}