systray - be more explicit with what we are looking for in logs

This commit is contained in:
Carsten Haitzler 2020-11-27 11:17:33 +00:00
parent 31ca5a490e
commit c23015ac92
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ icon_pixmap_deserialize(Eldbus_Message_Iter *variant, uint32_t **data, int *w, i
uint32_t *img;
int len;
printf("SYSTRAY: serialized image data is %ix%i\n", tmpw, tmph);
printf("SYSTRAY: serialized image data is %ix%i... (looking for bigger than %ix%i)\n", tmpw, tmph, *w, *h);
//only take this img if it has a higher resolution
if ((tmpw > *w) || (tmph > *h))
{