lib/util: add useful debug messages to directory_create_or_exist()
authorStefan Metzmacher <metze@samba.org>
Wed, 23 Oct 2019 13:28:22 +0000 (15:28 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 29 Oct 2019 13:33:03 +0000 (14:33 +0100)
commitfb53e8a2bc70cad2c3a1f5ff7f21aeed8ce1274d
tree8d9d0f5e6469a9e9f635ba003c141dbb889ccbf7
parentef58222616fc3175f189417ce878d8413ba2d294
lib/util: add useful debug messages to directory_create_or_exist()

We have similar messages in directory_create_or_exist_strict() already.

This doesn't solve https://bugzilla.samba.org/show_bug.cgi?id=14166,
but it displays errors which allows admins to find the problem.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/util/util.c