diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-12 08:33:45 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-12 08:33:45 +0200 |
| commit | 892f9abd9bde257acef9a9d8b17707a01100cd25 (patch) | |
| tree | 944963741f9883e80f43c1b11c9963258ed1de97 /lib | |
| parent | d53efd75ace0791a36d8cb6c2f41bca3cb6fe7f0 (diff) | |
print, log: remove bold style.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Macros.h b/lib/Macros.h index fb6e77e..85fb45b 100644 --- a/lib/Macros.h +++ b/lib/Macros.h @@ -30,7 +30,7 @@ namespace logger inline std::ostream& info() noexcept { auto& out = std::cout; - out << rang::style::bold << rang::fg::red << "btb: " << rang::style::reset; + out << rang::fg::red << "btb: " << rang::style::reset; return out; } } |
