summary refs log tree commit diff
path: root/pkgs/misc/drivers/utsushi/patches/print-errors.patch
blob: 06660ebde9885158a3e032a782c1113a71cd1eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: utsushi-0.57.0/lib/log.cpp
===================================================================
--- utsushi-0.57.0.orig/lib/log.cpp
+++ utsushi-0.57.0/lib/log.cpp
@@ -26,8 +26,8 @@
 
 namespace utsushi {
 
-log::priority log::threshold = log::FATAL;
-log::category log::matching  = log::NOTHING;
+log::priority log::threshold = log::ERROR;
+log::category log::matching  = log::ALL;
 
 template<>
 std::basic_ostream< char >&