Added the op ID.

geesefs-0-30-9
Aaron Jacobs 2015-04-29 11:51:25 +10:00
parent cad0c5fe50
commit 4b97059d22
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ func (c *Connection) log(
// Format the actual message to be printed.
msg := fmt.Sprintf(
"%v:%v] %v",
"Op 0x%016x %v:%v] %v",
opID,
path.Base(file),
line,
fmt.Sprintf(format, v...))