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 4b7d4abb..6a3cd957 100644 --- a/connection.cpp +++ b/connection.cpp @@ -191,8 +191,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(); } |