summaryrefslogtreecommitdiffstats
path: root/testsuite/include/rtems/bsd/test/default-network-init.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-07-06 17:08:07 +1000
committerChris Johns <chrisj@rtems.org>2016-07-06 17:08:07 +1000
commitb8c7bf933c88ed0e9361c3e88f5f122607635083 (patch)
treed22ddd2f6db95bf9fcba6c50f0398b7df9d3bbde /testsuite/include/rtems/bsd/test/default-network-init.h
parentMake the license message viewable with a verbose option. (diff)
downloadrtems-libbsd-b8c7bf933c88ed0e9361c3e88f5f122607635083.tar.bz2
Set syslog priority to 'debug' for all tests.
Diffstat (limited to 'testsuite/include/rtems/bsd/test/default-network-init.h')
-rw-r--r--testsuite/include/rtems/bsd/test/default-network-init.h5
1 files changed, 5 insertions, 0 deletions
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 ***");