summaryrefslogtreecommitdiff
path: root/src/rhctl/telnet.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-23 23:50:02 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-23 23:50:02 (GMT)
commit22b7dea37af284d282ed6ade6068cad4f10f3b81 (patch)
tree15834a715d3836b97d375acc4e6ef13d62d3ea2a /src/rhctl/telnet.go
parent77b9b4340d4d49ccc11753900854b3577c7afed2 (diff)
improve log output for switch over requests while settling
Diffstat (limited to 'src/rhctl/telnet.go')
-rw-r--r--src/rhctl/telnet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhctl/telnet.go b/src/rhctl/telnet.go
index f872c79..77362bc 100644
--- a/src/rhctl/telnet.go
+++ b/src/rhctl/telnet.go
@@ -195,7 +195,7 @@ func telnetCmdServer(c *telgo.Client, args []string, ctrl *SwitchControl) bool {
c.Sayln("%v", r)
case bool:
if !r.(bool) {
- c.Sayln("the switch-over was denied - is the requested server alive?")
+ c.Sayln("the switch-over was denied - is the requested server alive? is the state settling?")
}
}