X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fmain.c;h=806848c5642bef740835aa6b7dd5872ba18ae553;hb=ddbeb0f636c21e9a4fc67368b0bdfd2175afd630;hp=b2a8f555c5fc072b39e1e922a5eef84a2b1b8f43;hpb=d558f2363a2daf3e456a28a6089f7464837ed542;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index b2a8f555c..806848c56 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -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; }