From b5950ff1ff8ef3b7d381c53b82fed66b1bb8665c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 5 Sep 2024 12:04:12 -0400 Subject: [PATCH] Clean-up: sessiond: logging typo hast -> hash MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The comment refers to hash tables, not The Hate Tables 🤘 Signed-off-by: Jérémie Galarneau Change-Id: Idac6e7e5d9b4bebca9db9e3187ec33a4dd335ddf --- src/bin/lttng-sessiond/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/session.cpp b/src/bin/lttng-sessiond/session.cpp index 176b644c2..8d6bc5c37 100644 --- a/src/bin/lttng-sessiond/session.cpp +++ b/src/bin/lttng-sessiond/session.cpp @@ -472,7 +472,7 @@ static void del_session_ht(struct ltt_session *ls) LTTNG_ASSERT(!ret); if (ltt_sessions_ht_empty()) { - DBG("Empty ltt_sessions_ht_by_id/name, destroying hast tables"); + DBG("Empty ltt_sessions_ht_by_id/name, destroying hash tables"); ltt_sessions_ht_destroy(); } } -- 2.34.1