Skip to content

Commit

Permalink
tree: dbgprint -> dbgprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeczalik committed Oct 22, 2015
1 parent a677361 commit bd6da98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (wp watchpoint) Dispatch(ei EventInfo, extra Event) {
select {
case ch <- ei:
default: // Drop event if receiver is too slow
dbgprint("dropped %s on %q: receiver too slow", ei.Event(), ei.Path())
dbgprintf("dropped %s on %q: receiver too slow", ei.Event(), ei.Path())
}
}
}
Expand Down

0 comments on commit bd6da98

Please sign in to comment.