mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
16 lines
431 B
Diff
16 lines
431 B
Diff
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 >&
|