diff options
-rw-r--r-- | lib/debug.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/debug.cpp b/lib/debug.cpp index df6e15d..3a0bfc9 100644 --- a/lib/debug.cpp +++ b/lib/debug.cpp @@ -20,11 +20,7 @@ struct DebugAssertPrinter { DebugAssertPrinter(void) { - std::cerr - << "###################################################\n" - << "## ATTENTION!!! The debug asserts are enabled\n" - << "###################################################\n" - << std::flush; + std::cerr << ">>> GRAS: The debug asserts are enabled. <<<" << std::endl; } }; |