Commit 4b97059d authored by Aaron Jacobs's avatar Aaron Jacobs

Added the op ID.

parent cad0c5fe
......@@ -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...))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment