source3/lib: Properly log the change in capability
commit45962d416f41fd88a2e35be7d3225dc0a3b298a9
authorAnoop C S <anoopcs@samba.org>
Fri, 19 Jan 2024 10:50:36 +0000 (19 16:20 +0530)
committerAnoop C S <anoopcs@samba.org>
Sat, 20 Jan 2024 18:43:10 +0000 (20 18:43 +0000)
treecbac2ecdf260e6d3a9aeef2262839261845e2b19
parent201edcb5c6138488959e54e7df88007d010f1cfb
source3/lib: Properly log the change in capability

We used to log the following message for both adding and dropping
capability:

DBG_INFO("added capability %d\n", capability);

For better clarity indicate the change as "added" or "dropped"
based on available functional arguments.

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Sat Jan 20 18:43:10 UTC 2024 on atb-devel-224
source3/lib/system.c