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)
committerStefan Metzmacher <metze@samba.org>
Thu, 22 Jun 2017 11:07:41 +0000 (13:07 +0200)
commitd7f649b7044a5579d321cc1cfa7893a8221f6412
treee134f72db6aa843f31f14657a3a7b83b177a8fe5
parentbb11cf2c06bd49351b18da40e4fecbf5ed7f30ac
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>
lib/tevent/tevent_req.c