Skip to content

Commit 9b10ee6

Browse files
Fix: Reset color to default terminal color (white) to LogDebug
1 parent ef94445 commit 9b10ee6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Source/Utils/Include/Logging.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@
6969
DEBUG << Ascii_Color::GREEN << "[DEBUG_MODE] Address: ";
7070

7171
(DEBUG << ... << (DEBUG << Ascii_Color::YELLOW, args));
72-
DEBUG << "\n";
7372
DEBUG << Ascii_Color::WHITE; /* Reset to white, default of terminal. */
73+
DEBUG << "\n";
74+
7475
}
7576

7677
/*

0 commit comments

Comments
 (0)