diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-06 23:42:19 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-06 23:42:19 +0200 |
commit | 498c33395f99743206088770c441222c76493378 (patch) | |
tree | 3cf58d8f5f0c9a1c44e87fe2fad801e22bc1f2fc /nest | |
parent | 0b7610985cd44435ab40dd2e78646f400db908c5 (diff) | |
download | bird-498c33395f99743206088770c441222c76493378.tar bird-498c33395f99743206088770c441222c76493378.zip |
Cosmetic fixes.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c index 7b9821a..dab40a6 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -193,7 +193,7 @@ proto_init(struct proto_config *c) q->core_state = FS_HUNGRY; proto_enqueue(&initial_proto_list, q); add_tail(&proto_list, &q->glob_node); - PD(q, "Initializing"); + PD(q, "Initializing%s", q->disabled ? " [disabled]" : ""); return q; } |