X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel.c;h=44a71fc595de1427682bf84b19991bf0725da1bd;hp=faf35cc7fc8f8a42c927325a15a161bd69215148;hb=8197a3393bc0cfcc6f3cf75426535cf0b10a506b;hpb=7ab02a271869642f4b34d4bd4dd9a68b3207271d diff --git a/src/bin/lttng-sessiond/kernel.c b/src/bin/lttng-sessiond/kernel.c index faf35cc7f..44a71fc59 100644 --- a/src/bin/lttng-sessiond/kernel.c +++ b/src/bin/lttng-sessiond/kernel.c @@ -201,6 +201,9 @@ int kernel_create_event(struct lttng_event *ev, case ENOSYS: WARN("Event type not implemented"); break; + case ENOENT: + WARN("Event %s not found!", ev->name); + break; default: PERROR("create event ioctl"); }