diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-04 21:56:06 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-04 21:56:06 +0200 |
commit | df49d4e14b7c24f8ca958870fd1e9ddc84df1f1b (patch) | |
tree | cb5c1211db86aae3848564814fb048c101960d82 /proto/ospf/dbdes.c | |
parent | 201187c55837587d8f88775cd957d9c8e423c254 (diff) | |
download | bird-df49d4e14b7c24f8ca958870fd1e9ddc84df1f1b.tar bird-df49d4e14b7c24f8ca958870fd1e9ddc84df1f1b.zip |
Removed lots of trailing newlines in log messages.
Please note that the only calls which don't add newlines automatically
(i.e., don't print a full line of output) are debug() and DBG().
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r-- | proto/ospf/dbdes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 44fc459..ef297be 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -133,7 +133,7 @@ ospf_dbdes_tx(struct ospf_neighbor *n) break; default: /* Ignore it */ - die("Bug in dbdes sending\n"); + die("Bug in dbdes sending"); break; } } @@ -358,7 +358,7 @@ ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p, } break; defaut: - die("%s: Received dbdes from %I in unknown state.\n", p->name, n->ip); + die("%s: Received dbdes from %I in unknown state.", p->name, n->ip); break; } } |