Skip to content

Commit

Permalink
net: drop 'dropping packet' message
Browse files Browse the repository at this point in the history
No longer useful.
  • Loading branch information
avikivity committed Sep 22, 2014
1 parent 3137686 commit 4ce192c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/net.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ future<> interface::dispatch_packet(packet p) {
if (l3.ready.available()) {
l3.ready = l3.packet_stream.produce(std::move(p), from);
}
} else {
print("dropping packet: no handler for protcol 0x%x\n", eh->eth_proto);
}
}
return make_ready_future<>();
Expand Down

0 comments on commit 4ce192c

Please sign in to comment.