Improve the spanningtree "unknown command" error message.

This commit is contained in:
Peter Powell 2019-01-03 22:36:42 +00:00
parent d33c174e58
commit f5de55813b

View File

@ -359,7 +359,7 @@ void TreeSocket::ProcessConnectedLine(std::string& taglist, std::string& prefix,
return;
}
throw ProtocolException("Unknown command");
throw ProtocolException("Unknown command: " + command);
}
cmdbase = cmd;
}