From 498c33395f99743206088770c441222c76493378 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 6 May 2000 21:42:19 +0000 Subject: Cosmetic fixes. --- TODO | 1 - nest/proto.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index ae0d53d..72ab694 100644 --- a/TODO +++ b/TODO @@ -14,7 +14,6 @@ Core - Makefile: install target? - forgetting device routes??? -- kernel syncer doesn't support reconfiguration - filter-defined internal attributes - netlink: realms 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; } -- cgit v1.2.3