From b8c7bf933c88ed0e9361c3e88f5f122607635083 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 6 Jul 2016 17:08:07 +1000 Subject: Set syslog priority to 'debug' for all tests. --- testsuite/include/rtems/bsd/test/default-network-init.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testsuite/include/rtems/bsd/test/default-network-init.h') diff --git a/testsuite/include/rtems/bsd/test/default-network-init.h b/testsuite/include/rtems/bsd/test/default-network-init.h index d009f0f6..cea70f2d 100644 --- a/testsuite/include/rtems/bsd/test/default-network-init.h +++ b/testsuite/include/rtems/bsd/test/default-network-init.h @@ -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 ***"); -- cgit v1.2.3