diff options
author | Ondrej Holy <oholy@redhat.com> | 2016-01-05 11:51:05 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2016-01-05 13:51:28 +0100 |
commit | be3ca03a847fbcbd489c094279636109211c6b9a (patch) | |
tree | a43e84ec5188353184aaf0e88217f50b4e659582 /client/gvfsfusedaemon.c | |
parent | 5730d845ed432b19426a6767cc3bea5d17f36bf2 (diff) | |
download | gvfs-be3ca03a847fbcbd489c094279636109211c6b9a.tar.gz |
fuse: Print file flags in vfs_write when debugging
Diffstat (limited to 'client/gvfsfusedaemon.c')
-rw-r--r-- | client/gvfsfusedaemon.c | 1 |
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))) { |