summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2023-05-16 10:00:48 +1200
committerAndrew Bartlett <abartlet@samba.org>2023-05-18 01:03:37 +0000
commit32b49d8a56e353d4f5b8b031aea75324056ba6ad (patch)
treec4629d1b72e2d7e3627cc87ab5ba96bb41085e46
parentd7b68236ecf8692f276d63d29e475c3b1ddb290d (diff)
downloadsamba-32b49d8a56e353d4f5b8b031aea75324056ba6ad.tar.gz
lib:audit_logging: Fix typo in log message
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--lib/audit_logging/audit_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/audit_logging/audit_logging.c b/lib/audit_logging/audit_logging.c
index 25f93d02799..038012f4668 100644
--- a/lib/audit_logging/audit_logging.c
+++ b/lib/audit_logging/audit_logging.c
@@ -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;