Typo
This commit is contained in:
parent
e5f3eff760
commit
f60395390e
|
@ -548,7 +548,7 @@ func (config *Config) printRegisteredServers(proxy *Proxy, jsonOutput bool) {
|
||||||
NoLog: registeredServer.stamp.Props&stamps.ServerInformalPropertyNoLog != 0,
|
NoLog: registeredServer.stamp.Props&stamps.ServerInformalPropertyNoLog != 0,
|
||||||
NoFilter: registeredServer.stamp.Props&stamps.ServerInformalPropertyNoFilter != 0,
|
NoFilter: registeredServer.stamp.Props&stamps.ServerInformalPropertyNoFilter != 0,
|
||||||
Description: registeredServer.description,
|
Description: registeredServer.description,
|
||||||
Stamp: registeredServer.stamp.String()
|
Stamp: registeredServer.stamp.String(),
|
||||||
}
|
}
|
||||||
if jsonOutput {
|
if jsonOutput {
|
||||||
summary = append(summary, serverSummary)
|
summary = append(summary, serverSummary)
|
||||||
|
|
Loading…
Reference in New Issue