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 739731 - Reduce debug spew caused by network changes
Reduce debug spew caused by network changes
Status: RESOLVED FIXED
Product: gnome-software
Classification: Applications
Component: General
3.14.x
Other All
: Normal normal
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-11-06 13:03 UTC by Debarshi Ray
Modified: 2014-11-10 12:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial: Move a debug statement to reduce debug spew (1.22 KB, patch)
2014-11-06 13:04 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2014-11-06 13:03:31 UTC
I tend to run my session with G_MESSAGES_DEBUG=all and my logs are full of:
 (org.gnome.Software:6708): Gs-DEBUG: *** Network status change: online
 (org.gnome.Software:6708): Gs-DEBUG: *** Network status change: online
 (org.gnome.Software:6708): Gs-DEBUG: *** Network status change: online
 (org.gnome.Software:6708): Gs-DEBUG: *** Network status change: online
 (org.gnome.Software:6708): Gs-DEBUG: *** Network status change: online
 (org.gnome.Software:6708): Gs-DEBUG: *** Network status change: online

I doubt if that is really useful. Moving the g_debug to where the value of 'available' actually changes might be better.
Comment 1 Debarshi Ray 2014-11-06 13:04:56 UTC
Created attachment 290098 [details] [review]
trivial: Move a debug statement to reduce debug spew
Comment 2 Debarshi Ray 2014-11-10 12:00:14 UTC
From #gnome-hackers on GIMPNet:
<hughsie> rishi, that looks fine of course; please push to master
<hughsie> and 3-14 if you want