X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.c;h=874578183ede2f9ad73c89627c7591f78fb3eba8;hp=3bb42280f0ce7b9f0950094901ac3bc307046336;hb=0d43a0131453a6d3d7da7f2893938494a9db2ff4;hpb=46e3b92d23394e8269bcacc6994443617d112e25 diff --git a/src/common/defaults.c b/src/common/defaults.c index 3bb42280f..874578183 100644 --- a/src/common/defaults.c +++ b/src/common/defaults.c @@ -118,7 +118,7 @@ static void __attribute__((constructor)) init_default_pthread_attr(void) } if (rlim.rlim_max > 0 && selected_ss > rlim.rlim_max) { - WARN("Your system's stack size restrictions (%zu bytes) may be too low for the LTTng daemons to function properly, please set the stack size limit to at leat %zu bytes to ensure reliable operation", + WARN("Your system's stack size restrictions (%zu bytes) may be too low for the LTTng daemons to function properly, please set the stack size limit to at least %zu bytes to ensure reliable operation", (size_t) rlim.rlim_max, (size_t) DEFAULT_LTTNG_THREAD_STACK_SIZE); selected_ss = (size_t) rlim.rlim_max; }