Merge pull request #7346 from nextcloud/Rello-patch-1

remove ownCloud wording in logging
This commit is contained in:
Claudio Cambra 2024-10-18 10:07:58 +08:00 committed by GitHub
commit 471ed2f4e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ void ConnectionValidator::slotStatusFound(const QUrl &url, const QJsonObject &in
QString serverVersion = CheckServerJob::version(info);
// status.php was found.
qCInfo(lcConnectionValidator) << "** Application: ownCloud found: "
qCInfo(lcConnectionValidator) << "** Application: Nextcloud found: "
<< url << " with version "
<< CheckServerJob::versionString(info)
<< "(" << serverVersion << ")";