mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03:00
Merge pull request #7346 from nextcloud/Rello-patch-1
remove ownCloud wording in logging
This commit is contained in:
commit
471ed2f4e9
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ void ConnectionValidator::slotStatusFound(const QUrl &url, const QJsonObject &in
|
||||||
QString serverVersion = CheckServerJob::version(info);
|
QString serverVersion = CheckServerJob::version(info);
|
||||||
|
|
||||||
// status.php was found.
|
// status.php was found.
|
||||||
qCInfo(lcConnectionValidator) << "** Application: ownCloud found: "
|
qCInfo(lcConnectionValidator) << "** Application: Nextcloud found: "
|
||||||
<< url << " with version "
|
<< url << " with version "
|
||||||
<< CheckServerJob::versionString(info)
|
<< CheckServerJob::versionString(info)
|
||||||
<< "(" << serverVersion << ")";
|
<< "(" << serverVersion << ")";
|
||||||
|
|
Loading…
Reference in a new issue