1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

lib:audit_logging: Fix typo in log message

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-05-16 10:00:48 +12:00 committed by Andrew Bartlett
parent d7b68236ec
commit 32b49d8a56

View File

@ -968,7 +968,7 @@ int json_add_guid(struct json_object *object,
guid_str = GUID_buf_string(guid, &guid_buff);
ret = json_add_string(object, name, guid_str);
if (ret != 0) {
DBG_ERR("Unable to guid GUID [%s] value [%s]\n",
DBG_ERR("Unable to add GUID [%s] value [%s]\n",
name,
guid_str);
return ret;