Commit 4c08fbc8 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in debugging message.

parent 735092ee
......@@ -441,7 +441,7 @@ main(int argc, char **argv)
} else {
struct timeval realnow;
debugf("Got %s %d %ld from babel-state.\n",
format_address(sid), s, t);
format_eui64(sid), s, t);
gettimeofday(&realnow, NULL);
if(memcmp(sid, myid, 8) == 0)
myseqno = seqno_plus(s, 1);
......
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