Skip to content

Commit

Permalink
revert qCWarning() to qCDebug()
Browse files Browse the repository at this point in the history
  • Loading branch information
DSCaskey committed Oct 21, 2023
1 parent 0bf76e9 commit 2cb5ca7
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 2cb5ca7

Please sign in to comment.