Clean-up: sessiond: logging typo hast -> hash
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2024 16:04:12 +0000 (12:04 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2024 16:05:54 +0000 (12:05 -0400)
The comment refers to hash tables, not The Hate Tables 🤘

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Idac6e7e5d9b4bebca9db9e3187ec33a4dd335ddf

src/bin/lttng-sessiond/session.cpp

index 176b644c2b7c1791d54c4748fe82820e274704bd..8d6bc5c37ed574a18ac6792b674e7337e39f8106 100644 (file)
@@ -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();
        }
 }
This page took 0.025895 seconds and 4 git commands to generate.