Removing wslay socket support in prep for switch to mongoose.

Work on #21.
This commit is contained in:
Ben Vanik
2013-05-21 16:16:33 -07:00
parent 1ec06bd7d0
commit 720651ba9e
9 changed files with 8 additions and 340 deletions

View File

@@ -82,7 +82,7 @@ int Run::Launch(const xechar_t* path) {
// Run the debugger.
// This may pause waiting for connections.
if (debugger_->Startup()) {
XELOGE("Debugger failed to startup");
XELOGE("Debugger failed to start up");
return 1;
}