From: Joseph Sutton Date: Mon, 15 May 2023 22:00:48 +0000 (+1200) Subject: lib:audit_logging: Fix typo in log message X-Git-Tag: talloc-2.4.1~640 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32b49d8a56e353d4f5b8b031aea75324056ba6ad;p=thirdparty%2Fsamba.git lib:audit_logging: Fix typo in log message Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- 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;