Lower the importance of missing gravatars from "warning" to "debug"

Fixes GitLab issue #286
This commit is contained in:
Jean-François Fortin Tam 2020-05-27 10:21:19 -04:00
parent 1b48c21f79
commit 28aeadc8c5

View File

@ -75,7 +75,7 @@ public class Gitg.AvatarCache : Object
}
catch(Error e)
{
warning("Can not retrieve avatar from %s: %s", file.get_path(), e.message);
debug("Can not retrieve avatar from %s: %s", file.get_path(), e.message);
return null;
}