debug oauth

This commit is contained in:
Martin Rotter 2021-02-23 08:52:01 +01:00
parent 2795412454
commit 016a0f9a3a
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ void OAuthHttpHandler::setListenAddressPort(const QString& full_uri) {
<< "OAuth redirect handler FAILED TO START TO LISTEN on address"
<< QUOTE_W_SPACE(listen_address.toString())
<< "and port"
<< QUOTE_W_SPACE_DOT(listen_port);
<< QUOTE_W_SPACE(listen_port)
<< "with error"
<< QUOTE_W_SPACE_DOT(m_httpServer.errorString());
}
else {
m_listenAddress = listen_address;