diff --git a/src/memory.cpp b/src/memory.cpp index 754130e..85b94c6 100644 --- a/src/memory.cpp +++ b/src/memory.cpp @@ -199,7 +199,7 @@ void Memory::_debug_print(void) { for (auto rit = scopes.rbegin(); rit != scopes.rend(); ++rit) { Scope& scope = *rit; if (rit != scopes.rbegin()) { - cout << " --- New Scope ---" << endl; + cout << " -------------- New Scope -------------" << endl; } _debug_print_scope(scope);