Merge branch 'development' into LTS_development
This commit is contained in:
commit
326061ca18
3 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue