Update a reference to the now-gone flag.

geesefs-0-30-9
Aaron Jacobs 2015-07-16 10:48:50 +10:00
parent d38b2cdb6f
commit c42ea09940
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ type Op interface {
// Log information tied to this operation, with semantics equivalent to
// log.Printf, except that the format is different and logging is suppressed
// if --fuse.debug is not set.
// if no debug logger was set when mounting.
Logf(format string, v ...interface{})
}