control/instance: Show if excluded from resolver
This commit is contained in:
parent
ce0c053fde
commit
d2d681a4f2
3 changed files with 5 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ func (i info) Run(context wisski_distillery.Context) error {
|
|||
context.Printf("Running: %v\n", info.Running)
|
||||
context.Printf("Last Rebuild: %v\n", info.LastRebuild.String())
|
||||
|
||||
context.Printf("Skip Prefixes: %v\n", info.NoPrefixes)
|
||||
context.Printf("Prefixes: (count %d)\n", len(info.Prefixes))
|
||||
for _, prefix := range info.Prefixes {
|
||||
context.Printf("- %s\n", prefix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue