s4:torture/rpc: print out the object guid in rpc.epmapper.epmapper.Lookup_simple
authorStefan Metzmacher <metze@samba.org>
Fri, 24 Jan 2014 10:00:04 +0000 (11:00 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 11 Feb 2014 15:20:30 +0000 (16:20 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source4/torture/rpc/epmapper.c

index 9b6d9f89daa7453258e2c3e2e85f6859ffe2ffc3..d45c01116fcbc565799a66b2b283944b8f0b41e0 100644 (file)
@@ -497,8 +497,9 @@ static bool test_Lookup_simple(struct torture_context *tctx,
 
                for (i = 0; i < *r.out.num_ents; i++) {
                        torture_comment(tctx,
-                                       "\n  Found '%s'\n",
-                                       r.out.entries[i].annotation);
+                                       "\n  Found '%s' Object[%s]\n",
+                                       r.out.entries[i].annotation,
+                                       GUID_string(tctx, &r.out.entries[i].object));
 
                        display_tower(tctx, &r.out.entries[i].tower->tower);
                }