From b748306b87fe8c4687de8318c9492fc5bcb4d9ee Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Mon, 11 Nov 2024 05:32:32 +0000 Subject: [PATCH] Improve wording --- Logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logging.md b/Logging.md index b74fb89..74e9ab1 100644 --- a/Logging.md +++ b/Logging.md @@ -1,4 +1,4 @@ -When a log message comes in handy for tracking down a bug or confirming that a system is working correctly, add it to this list. We'll eventually use the list to help develop a formal logging system. +When a log message comes in handy for tracking down a bug or confirming that a system is working correctly, add it to this list. We'll refer to the list when we start developing a formal logging system. - Alert when the realization routine runs, with a flag if the constraints are already satisfied - This helped track down the bug that made `Assembly::realize` react to itself (fixed in commit 6e42681)