tevent: include the finish location in tevent_req_default_print()
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Jun 2017 14:59:10 +0000 (16:59 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 14 Nov 2017 11:39:13 +0000 (12:39 +0100)
commitc2159d136900b77c46a28b941f2ab69fb1b9145c
treed5fb528c6e70131b6eed402ddad904b3e5712951
parent82572f061796eecdbd3b2a3efdaaaff6e7a42eac
tevent: include the finish location in tevent_req_default_print()

It's verify useful when debugging code without a debugger to
be able to use tevent_req_print() in DEBUG statements.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
(cherry picked from commit d7f649b7044a5579d321cc1cfa7893a8221f6412)
lib/tevent/tevent_req.c