From cc739f96aa0f03c186ccfd709ae19627c051470e Mon Sep 17 00:00:00 2001
From: kkrishna <kumar.krishna@gmail.com>
Date: Fri, 10 Mar 2017 15:15:51 -0800
Subject: [PATCH] updating log..

---
 examples/client.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/client.go b/examples/client.go
index 813a5da..23a04a5 100644
--- a/examples/client.go
+++ b/examples/client.go
@@ -317,7 +317,7 @@ func main() {
 
 		if resp.ResponseCode == aurora.ResponseCode_OK {
 			if ok, err := monitor.Instances(job.JobKey(), currInstances-numOfInstances, 5, 50); !ok || err != nil {
-				fmt.Println("Flexing up failed")
+				fmt.Println("flexDown failed")
 			}
 		}
 		fmt.Println(resp.String())