aboutsummaryrefslogtreecommitdiff
path: root/user.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'user.cpp')
-rw-r--r--user.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.cpp b/user.cpp
index 5018fe83..6bef0de1 100644
--- a/user.cpp
+++ b/user.cpp
@@ -87,7 +87,7 @@ QPixmap User::avatar(int width, int height)
{
if( !d->avatarOngoingRequest && d->avatarUrl.isValid() )
{
- qDebug() << "Get avatar...";
+ qDebug() << "Getting avatar for" << id();
d->requestedWidth = width;
d->requestedHeight = height;
d->avatarOngoingRequest = true;