Ack.

regards,

Anders Widell


On 10/25/2016 11:30 AM, [email protected] wrote:
>   osaf/libs/core/leap/os_defs.c |  2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> diff --git a/osaf/libs/core/leap/os_defs.c b/osaf/libs/core/leap/os_defs.c
> --- a/osaf/libs/core/leap/os_defs.c
> +++ b/osaf/libs/core/leap/os_defs.c
> @@ -224,7 +224,7 @@ unsigned int ncs_os_task(NCS_OS_TASK *ta
>                                           (void *(*)(void 
> *))task->info.create.i_entry_point,
>                                           task->info.create.i_ep_arg);
>                       if (rc == EPERM && policy != SCHED_OTHER) {
> -                             LOG_IN("pthread_create failed with EPERM, "
> +                             TRACE("pthread_create failed with EPERM, "
>                                       "falling back to SCHED_OTHER policy "
>                                       "for %s", task->info.create.i_name);
>                               policy = SCHED_OTHER;


------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to