mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 00:34:07 +08:00
Set syslog priority to 'debug' for all tests.
This commit is contained in:
@@ -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 ***");
|
||||
|
||||
|
Reference in New Issue
Block a user