Fixed a typo.
This commit is contained in:
parent
d8f57afae1
commit
8edc642884
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,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
Reference in a new issue