From 3a65785e51c1986072478f2d4e69ba2e4eb791c9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 10 Feb 2026 14:57:41 +0100 Subject: chore: codebase improvements and tweaks. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/Utilities/Compiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/CompilerKit') diff --git a/include/CompilerKit/Utilities/Compiler.h b/include/CompilerKit/Utilities/Compiler.h index cd28567..ca577db 100644 --- a/include/CompilerKit/Utilities/Compiler.h +++ b/include/CompilerKit/Utilities/Compiler.h @@ -65,7 +65,7 @@ inline void print_warning(STLString reason, STLString file) noexcept { /// @internal /// @brief Handler for SIGSEGV signal. inline void drvi_crash_handler(std::int32_t id) { - CompilerKit::STLString verbose_header = "COMPILERKIT CRASH REPORT - "; + CompilerKit::STLString verbose_header = "NECTAR CRASH REPORT - "; verbose_header += kDistVersion; verbose_header += " - "; verbose_header += CompilerKit::current_date(); @@ -91,7 +91,7 @@ inline void drvi_crash_handler(std::int32_t id) { switch (id) { default: { - kStdOut << "SIGNAL: Signal (" << id << ")." << kBlank << std::endl; + kStdOut << "SIGNAL: (" << id << ")." << kBlank << std::endl; break; } } -- cgit v1.2.3