debug oauth
This commit is contained in:
parent
2795412454
commit
016a0f9a3a
@ -56,7 +56,9 @@ void OAuthHttpHandler::setListenAddressPort(const QString& full_uri) {
|
|||||||
<< "OAuth redirect handler FAILED TO START TO LISTEN on address"
|
<< "OAuth redirect handler FAILED TO START TO LISTEN on address"
|
||||||
<< QUOTE_W_SPACE(listen_address.toString())
|
<< QUOTE_W_SPACE(listen_address.toString())
|
||||||
<< "and port"
|
<< "and port"
|
||||||
<< QUOTE_W_SPACE_DOT(listen_port);
|
<< QUOTE_W_SPACE(listen_port)
|
||||||
|
<< "with error"
|
||||||
|
<< QUOTE_W_SPACE_DOT(m_httpServer.errorString());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
m_listenAddress = listen_address;
|
m_listenAddress = listen_address;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user