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 680733 - afc: Use consistent debug env var
afc: Use consistent debug env var
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2012-07-28 05:51 UTC by Matthias Clasen
Modified: 2012-07-30 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
afc: Use consistent debug env var (922 bytes, patch)
2012-07-28 05:51 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2012-07-28 05:51:53 UTC
All the other backend-specific env vars to trigger debugging
spew are named GVFS_<foo>_DEBUG. Make afc follow this pattern, too.
Comment 1 Matthias Clasen 2012-07-28 05:51:55 UTC
Created attachment 219762 [details] [review]
afc: Use consistent debug env var
Comment 2 Tomas Bzatek 2012-07-30 14:11:28 UTC
Committed to master, thanks for the patch.

commit 713bd83a892b9fa021f323e9df0df8e149d6194e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jul 30 16:09:49 2012 +0200

    afc: Use consistent debug env var
    
    All the other backend-specific env vars to trigger debugging
    spew are named GVFS_<foo>_DEBUG. Make afc follow this pattern, too.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680733
    
    Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>