Log userspace application hash table allocation failure
[lttng-tools.git] / 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.023518 seconds and 4 git commands to generate.