summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2016-01-05 11:51:05 +0100
committerOndrej Holy <oholy@redhat.com>2016-01-05 13:51:28 +0100
commitbe3ca03a847fbcbd489c094279636109211c6b9a (patch)
treea43e84ec5188353184aaf0e88217f50b4e659582
parent5730d845ed432b19426a6767cc3bea5d17f36bf2 (diff)
downloadgvfs-be3ca03a847fbcbd489c094279636109211c6b9a.tar.gz
fuse: Print file flags in vfs_write when debugging
-rw-r--r--client/gvfsfusedaemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index 54593db6..d528f8f3 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.c
@@ -1494,6 +1494,7 @@ vfs_write (const gchar *path, const gchar *buf, size_t len, off_t offset,
gint result = 0;
debug_print ("vfs_write: %s\n", path);
+ debug_print ("vfs_write: flags=%o\n", fi->flags);
if ((file = file_from_full_path (path)))
{