]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:audit_logging: Fix typo in log message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 15 May 2023 22:00:48 +0000 (10:00 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 May 2023 01:03:37 +0000 (01:03 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/audit_logging/audit_logging.c

index 25f93d02799a4b194541be623fcd6db83d345da3..038012f4668726ab2adc66bf96d9d17039b6c68c 100644 (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;