Codebase list gnome-shell-extension-appindicator / c2bf83e
appIndicator: Use warning level for not found icons Marco Trevisan (TreviƱo) 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
463463 Gtk.IconLookupFlags.GENERIC_FALLBACK);
464464 // no icon? that's bad!
465465 if (iconInfo === null) {
466 Util.Logger.critical("unable to lookup icon for " + name);
466 Util.Logger.warn(`${this._indicator.id}, Impossible to lookup icon for '${name}'`);
467467 } else { // we have an icon
468468 // get the icon path
469469 path = iconInfo.get_filename();