projects
/
udp-broadcast-relay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b25c6c1
)
fix debug message
author
Roman Hoog Antink
<rha_zebedee@disconnect.ch>
Tue, 9 Jul 2013 17:19:03 +0000
(19:19 +0200)
committer
Joachim Breitner
<mail@joachim-breitner.de>
Mon, 21 Oct 2013 21:12:47 +0000
(23:12 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
c6d8cea
..
b72ab36
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-341,7
+341,7
@@
int main(int argc,char **argv)
exit(1);
}
if (*ttlptr == ttl) {
- DPRINT ("Got local packge (TTL %i) on interface %i\n",*ttlptr,rcv_ifindex);
+ DPRINT ("Got local pack
a
ge (TTL %i) on interface %i\n",*ttlptr,rcv_ifindex);
continue;
}