X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fcreate.c;h=bdd180ebb3af3c7517d1413f1c1840cb9168dc87;hb=a74934bae19f96845f7af4b95a8fae5c2f860747;hp=02aaf40f487d471645e12d05d5e224916d68cfa2;hpb=4f50c803f026f217d37588c46265b5c2fb9a1195;p=lttng-tools.git diff --git a/src/bin/lttng/commands/create.c b/src/bin/lttng/commands/create.c index 02aaf40f4..bdd180ebb 100644 --- a/src/bin/lttng/commands/create.c +++ b/src/bin/lttng/commands/create.c @@ -293,7 +293,6 @@ static int create_session(void) WARN("Session %s already exists", session_name); break; default: - ERR("%s", lttng_strerror(ret)); break; } goto error;