[sheepdog] [PATCH] tests/func/058: fix supurious failure

Liu Yuan namei.unix at gmail.com
Tue Jan 28 09:11:24 CET 2014


Signed-off-by: Liu Yuan <namei.unix at gmail.com>
---
 dog/vdi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dog/vdi.c b/dog/vdi.c
index 1e175b3..10b0307 100644
--- a/dog/vdi.c
+++ b/dog/vdi.c
@@ -1048,7 +1048,7 @@ static int vdi_object_location(int argc, char **argv)
 					   NULL, size);
 			} else
 				printf("The inode object 0x%" PRIx32 " idx"
-				       "%"PRIu64" is not allocated\n",
+				       " %"PRIu64" is not allocated\n",
 				       vid, idx);
 		} else
 			sd_err("Failed to read the inode object 0x%" PRIx32,
-- 
1.8.1.2




More information about the sheepdog mailing list