From e7d83835d25142e2d8e4896470524c90b634fe32 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 7 Feb 2016 11:39:04 +0100 Subject: [PATCH] What a typo. --- src/libtomahawk/accounts/spotify/SpotifyAccountConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/accounts/spotify/SpotifyAccountConfig.cpp b/src/libtomahawk/accounts/spotify/SpotifyAccountConfig.cpp index 30f969cb9..a2530f371 100644 --- a/src/libtomahawk/accounts/spotify/SpotifyAccountConfig.cpp +++ b/src/libtomahawk/accounts/spotify/SpotifyAccountConfig.cpp @@ -277,7 +277,7 @@ SpotifyAccountConfig::showLoggedIn() m_ui->verticalLayout->insertWidget( 1, m_loggedInUser, 0, Qt::AlignCenter ); } - qDebug() << "Showing logged in withuserame:" << m_verifiedUsername; + qDebug() << "Showing logged in with username:" << m_verifiedUsername; m_loggedInUser->show(); m_loggedInUser->setText( tr( "Logged in as %1" ).arg( m_verifiedUsername ) );