mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-05 17:00:21 +08:00
Set syslog priority to 'debug' for all tests.
This commit is contained in:
parent
761ae78e05
commit
b8c7bf933c
@ -39,6 +39,11 @@ rtems_task Init(
|
||||
{
|
||||
rtems_status_code sc;
|
||||
|
||||
/*
|
||||
* Default the syslog priority to 'debug' to aid developers.
|
||||
*/
|
||||
rtems_bsd_setlogpriority("debug");
|
||||
|
||||
puts( "*** " TEST_NAME " TEST ***" );
|
||||
|
||||
/*
|
||||
|
@ -238,6 +238,11 @@ Init(rtems_task_argument arg)
|
||||
char *ifname;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Default the syslog priority to 'debug' to aid developers.
|
||||
*/
|
||||
rtems_bsd_setlogpriority("debug");
|
||||
|
||||
(void)arg;
|
||||
puts("*** " TEST_NAME " TEST ***");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user