Skip to content
Snippets Groups Projects
Commit 65b13b30 authored by Guy Zana's avatar Guy Zana
Browse files

change severity level of poll log messages

parent 2754ff61
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ bool logger::parse_configuration(void)
add_tag("virtio-blk", logger_info);
add_tag("virtio-net", logger_info);
add_tag("pci", logger_info);
add_tag("poll", logger_info);
// Tests
add_tag("tst-eventlist", logger_none);
......
......@@ -46,7 +46,7 @@
#include <bsd/porting/netport.h>
#include <bsd/porting/synch.h>
#define dbg_d(...) tprintf("poll", logger_error, __VA_ARGS__)
#define dbg_d(...) tprintf("poll", logger_debug, __VA_ARGS__)
int poll_no_poll(int events)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment