From: Jérémie Galarneau Date: Thu, 5 Sep 2024 16:04:12 +0000 (-0400) Subject: Clean-up: sessiond: logging typo hast -> hash X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=b5950ff1ff8ef3b7d381c53b82fed66b1bb8665c;p=lttng-tools.git Clean-up: sessiond: logging typo hast -> hash The comment refers to hash tables, not The Hate Tables 🤘 Signed-off-by: Jérémie Galarneau Change-Id: Idac6e7e5d9b4bebca9db9e3187ec33a4dd335ddf --- 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(); } }