Skip to content

Commit

Permalink
Merge pull request #7346 from nextcloud/Rello-patch-1
Browse files Browse the repository at this point in the history
remove ownCloud wording in logging
  • Loading branch information
claucambra authored Oct 18, 2024
2 parents 1b78915 + 2695590 commit 471ed2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/connectionvalidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 << ")";
Expand Down

0 comments on commit 471ed2f

Please sign in to comment.