From: Jérémie Galarneau Date: Sat, 25 Jul 2015 20:28:50 +0000 (-0400) Subject: Log userspace application hash table allocation failure X-Git-Tag: v2.8.0-rc1~543 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ddbeb0f636c21e9a4fc67368b0bdfd2175afd630 Log userspace application hash table allocation failure Signed-off-by: Jérémie Galarneau --- 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; }