X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fmain.c;h=71a2d925f4bfa0fa983410ebc1b297573b39d561;hp=12b7b74f6d8ad7cc5d43799396ee4ba27d456bc2;hb=d49487dce0914897c0cb44061980b2ff7970764d;hpb=2a3a1a2bd63abbcfa53002e86e4be111783a9caa diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index 12b7b74f6..71a2d925f 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -507,7 +507,7 @@ static int set_fd_pool_size(void) goto end; } - DBG("File descriptor pool size argument (%u) adjusted to %u to accomodate transient fd uses", + DBG("File descriptor pool size argument (%u) adjusted to %u to accommodates transient fd uses", lttng_opt_fd_pool_size, lttng_opt_fd_pool_size - DEFAULT_RELAYD_FD_POOL_SIZE_RESERVE); lttng_opt_fd_pool_size -= DEFAULT_RELAYD_FD_POOL_SIZE_RESERVE;