After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 685466 - extensionUtils: don't log verbosely on missing extension directory
extensionUtils: don't log verbosely on missing extension directory
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-04 04:58 UTC by Owen Taylor
Modified: 2012-10-05 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
extensionUtils: don't log verbosely on missing extension directory (1.14 KB, patch)
2012-10-04 04:58 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2012-10-04 04:58:11 UTC
A missing extension directory isn't worth debug spew, so check
if the error when reading the extension directory is NOT_FOUND,
and if so, suppress output.
Comment 1 Owen Taylor 2012-10-04 04:58:14 UTC
Created attachment 225770 [details] [review]
extensionUtils: don't log verbosely on missing extension directory
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-10-04 06:54:17 UTC
Review of attachment 225770 [details] [review]:

This makes sense to me.
Comment 3 Owen Taylor 2012-10-05 17:34:51 UTC
Attachment 225770 [details] pushed as 9395f31 - extensionUtils: don't log verbosely on missing extension directory