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 682885 - gdaemonvfs: Don't warn when running against an older gvfs-daemon
gdaemonvfs: Don't warn when running against an older gvfs-daemon
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-08-28 16:00 UTC by Colin Walters
Modified: 2012-08-28 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdaemonvfs: Don't warn when running against an older gvfs-daemon (1.32 KB, patch)
2012-08-28 16:01 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2012-08-28 16:00:59 UTC
This happens in jhbuild.
Comment 1 Colin Walters 2012-08-28 16:01:00 UTC
Created attachment 222647 [details] [review]
gdaemonvfs: Don't warn when running against an older gvfs-daemon
Comment 2 Tomas Bzatek 2012-08-28 16:05:02 UTC
Review of attachment 222647 [details] [review]:

Looks good to me, please commit.

Generally g_printerr() is used across many places now where we don't pass GError any further, to notify user/developer something has gone wrong. There may be other places included in the calls on initialization, please keep an eye on them and report.
Comment 3 Colin Walters 2012-08-28 16:16:38 UTC
Attachment 222647 [details] pushed as 351f67e - gdaemonvfs: Don't warn when running against an older gvfs-daemon