diff options
Diffstat (limited to 'connection.cpp')
-rw-r--r-- | connection.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/connection.cpp b/connection.cpp index 4ed7384f..e46d08aa 100644 --- a/connection.cpp +++ b/connection.cpp @@ -189,8 +189,7 @@ void Connection::Private::connectWithToken(const QString& user, data->setToken(accessToken.toLatin1()); data->setDeviceId(deviceId); qCDebug(MAIN) << "Using server" << data->baseUrl() << "by user" - << userId - << "from device" << deviceId; + << userId << "from device" << deviceId; emit q->connected(); } |