Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2016-06-06 12:19:01 +02:00
commit 326061ca18
3 changed files with 7 additions and 7 deletions

View file

@ -229,7 +229,7 @@ namespace Mist {
void Output::reconnect(){
thisPacket.null();
if (!Util::startInput(streamName)){
FAIL_MSG("Opening stream %s failed - aborting initalization", streamName.c_str());
FAIL_MSG("Opening stream %s failed - aborting initialization", streamName.c_str());
onFail();
return;
}