Cosmetic fixes.
This commit is contained in:
parent
0b7610985c
commit
498c33395f
2 changed files with 1 additions and 2 deletions
1
TODO
1
TODO
|
@ -14,7 +14,6 @@ Core
|
||||||
- Makefile: install target?
|
- Makefile: install target?
|
||||||
|
|
||||||
- forgetting device routes???
|
- forgetting device routes???
|
||||||
- kernel syncer doesn't support reconfiguration
|
|
||||||
- filter-defined internal attributes
|
- filter-defined internal attributes
|
||||||
- netlink: realms
|
- netlink: realms
|
||||||
|
|
||||||
|
|
|
@ -193,7 +193,7 @@ proto_init(struct proto_config *c)
|
||||||
q->core_state = FS_HUNGRY;
|
q->core_state = FS_HUNGRY;
|
||||||
proto_enqueue(&initial_proto_list, q);
|
proto_enqueue(&initial_proto_list, q);
|
||||||
add_tail(&proto_list, &q->glob_node);
|
add_tail(&proto_list, &q->glob_node);
|
||||||
PD(q, "Initializing");
|
PD(q, "Initializing%s", q->disabled ? " [disabled]" : "");
|
||||||
return q;
|
return q;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue