Add debug output for release

tingping/wmclass
Alexander Larsson 2015-09-03 20:44:16 +02:00
parent 1f81b81b1a
commit 0c07417d5f
1 changed files with 3 additions and 0 deletions

View File

@ -1626,6 +1626,9 @@ xdp_fuse_release (fuse_req_t req,
struct fuse_file_info *fi)
{
XdpFh *fh = (gpointer)fi->fh;
g_debug ("xdp_fuse_release %lx (fi=%p, refcount: %d)", ino, fi, fh->ref_count);
xdp_fh_unref (fh);
fuse_reply_err (req, 0);
}