summaryrefslogtreecommitdiff
path: root/document-portal
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-09-08 15:33:55 +0200
committerAlexander Larsson <alexl@redhat.com>2015-09-08 15:33:55 +0200
commit8c04d2b532673ab2c942f6f3b0d6a92001cd7c33 (patch)
tree2fe257b2a30288feeb3e183e427e6506847602e8 /document-portal
parentd0773282a53bf5108981ed008b742348ded35fd1 (diff)
downloadxdg-app-8c04d2b532673ab2c942f6f3b0d6a92001cd7c33.tar.gz
fuse: Add some more debug spew
Diffstat (limited to 'document-portal')
-rw-r--r--document-portal/xdp-main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/document-portal/xdp-main.c b/document-portal/xdp-main.c
index 4decd24..cea1090 100644
--- a/document-portal/xdp-main.c
+++ b/document-portal/xdp-main.c
@@ -382,6 +382,8 @@ portal_add (GDBusMethodInvocation *invocation,
return;
}
+ g_debug ("portal_add %s\n", path_buffer);
+
AUTOLOCK(db);
if (st_buf.st_dev == fuse_dev)
@@ -391,6 +393,7 @@ portal_add (GDBusMethodInvocation *invocation,
g_autoptr(XdgAppDbEntry) old_entry = NULL;
old_id = xdp_fuse_lookup_id_for_inode (st_buf.st_ino);
+ g_debug ("path on fuse, id %x\n", old_id);
if (old_id == 0)
{
g_dbus_method_invocation_return_error (invocation,