Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
In Windows, if BBA can't connect to any TUNTAP device then throw a pa…
…nicalert, not just an error log.
  • Loading branch information
Sonicadvance1 committed Aug 21, 2013
1 parent 53df78d commit 272dcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HW/BBA-TAP/TAP_Win32.cpp
Expand Up @@ -193,7 +193,7 @@ bool CEXIETHERNET::Activate()
}
if (mHAdapter == INVALID_HANDLE_VALUE)
{
ERROR_LOG(SP1, "Failed to open any TAP");
PanicAlert("Failed to open any TAP");
return false;
}

Expand Down

0 comments on commit 272dcb8

Please sign in to comment.