[Sheepdog] [PATCH] collie: fix an typo in vdi object command output

Liu Yuan namei.unix at gmail.com
Thu Nov 24 13:15:52 CET 2011


From: Liu Yuan <tailai.ly at taobao.com>


Signed-off-by: Liu Yuan <tailai.ly at taobao.com>
---
 collie/vdi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/collie/vdi.c b/collie/vdi.c
index 2e3b4d7..91a7264 100644
--- a/collie/vdi.c
+++ b/collie/vdi.c
@@ -207,7 +207,7 @@ static void do_print_obj(char *sheep, uint64_t oid, struct sd_obj_rsp *rsp,
 		printf("the node list has changed, try again\n");
 		break;
 	default:
-		printf("%s: hit an expected error, %d\n",
+		printf("%s: hit an unexpected error, %d\n",
 		       sheep, rsp->result);
 		break;
 	}
-- 
1.7.8.rc3




More information about the sheepdog mailing list