summaryrefslogtreecommitdiff
path: root/src/rhctl/telnet.go
diff options
context:
space:
mode:
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?")
}
}