From 2720f502251907cd07bc838062be40acd26ae2bb Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 24 Mar 2015 15:52:14 +1100 Subject: [PATCH] Print received requests. --- connection.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connection.go b/connection.go index fde86b1..27415ae 100644 --- a/connection.go +++ b/connection.go @@ -60,6 +60,8 @@ func (c *Connection) ReadOp() (op fuseops.Op, err error) { return } + c.logger.Printf("Received: %v", bfReq) + // Special case: responding to this is required to make mounting work on OS // X. We don't currently expose the capability for the file system to // intercept this.