GNOME Bugzilla – Bug 739731
Reduce debug spew caused by network changes
Last modified: 2014-11-10 12:00:38 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.
Created attachment 290098 [details] [review] trivial: Move a debug statement to reduce debug spew
From #gnome-hackers on GIMPNet: <hughsie> rishi, that looks fine of course; please push to master <hughsie> and 3-14 if you want