Skip to content

Commit

Permalink
Improve debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Dec 9, 2020
1 parent 48232c5 commit 1094a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/creds/oauth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ void OAuth::fetchWellKnown()
if (!tokenEp.isEmpty())
this->_tokenEndpoint = QUrl::fromEncoded(tokenEp.toUtf8());
} else if (jsonParseError.error == QJsonParseError::IllegalValue) {
qCDebug(lcOauth) << ".well-known did not return json, the server most does not support oidc";
qCDebug(lcOauth) << ".well-known did not return json, the server most probably does not support oidc";
} else {
qCWarning(lcOauth) << "Json parse error in well-known: " << jsonParseError.errorString();
}
Expand Down

0 comments on commit 1094a98

Please sign in to comment.