Skip to content

Commit

Permalink
remove ownCloud wording in logging
Browse files Browse the repository at this point in the history
remove ownCloud wording in logging

Signed-off-by: Rello <[email protected]>
  • Loading branch information
Rello authored and backportbot[bot] committed Oct 18, 2024
1 parent 4199519 commit f8fa61c
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 f8fa61c

Please sign in to comment.