Print received requests.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 15:52:14 +11:00
parent ab55e07aea
commit 2720f50225
1 changed files with 2 additions and 0 deletions

View File

@ -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.