summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))
{