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:
parent
d7b68236ec
commit
32b49d8a56
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user