Skip to content

Commit

Permalink
Merge pull request #1035 from FashionFreedom/issue-1034-revert-seamly…
Browse files Browse the repository at this point in the history
…me-warning

fix: revert qCWarning() to qCDebug()
  • Loading branch information
DSCaskey authored Oct 21, 2023
2 parents 0bf76e9 + 2cb5ca7 commit 3559a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/seamlyme/mapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ void MApplication::ParseCommandLine(const SocketConnection &connection, const QS
return;
}

qCWarning(mApp, "Can't establish connection to the server '%s'", qUtf8Printable(serverName));
qCDebug(mApp, "Can't establish connection to the server '%s'", qUtf8Printable(serverName));

localServer = new QLocalServer(this);
connect(localServer, &QLocalServer::newConnection, this, &MApplication::NewLocalSocketConnection);
Expand Down

0 comments on commit 3559a55

Please sign in to comment.