Log userspace application hash table allocation failure
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 25 Jul 2015 20:28:50 +0000 (16:28 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 25 Jul 2015 20:43:51 +0000 (16:43 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/main.c

index b2a8f555c5fc072b39e1e922a5eef84a2b1b8f43..806848c5642bef740835aa6b7dd5872ba18ae553 100644 (file)
@@ -5630,6 +5630,7 @@ int main(int argc, char **argv)
         * cleanup() can get called after that point.
         */
        if (ust_app_ht_alloc()) {
+               ERR("Failed to allocate UST app hash table");
                retval = -1;
                goto exit_init_data;
        }
This page took 0.026543 seconds and 4 git commands to generate.