From fdef7cd17187403d4a2a64ffaedcc625399db11a Mon Sep 17 00:00:00 2001 From: evoskuil Date: Sat, 25 May 2024 01:15:45 -0400 Subject: [PATCH] Comments. --- console/executor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/console/executor.cpp b/console/executor.cpp index ea753c2b..12d3b150 100644 --- a/console/executor.cpp +++ b/console/executor.cpp @@ -2378,6 +2378,7 @@ bool executor::dispatch() // Run. // ---------------------------------------------------------------------------- +// TODO: verify error handled. executor::rotator_t executor::create_log_sink() const { return @@ -2389,6 +2390,7 @@ executor::rotator_t executor::create_log_sink() const }; } +// TODO: throws, handle failure. system::ofstream executor::create_event_sink() const { // Standard file name, within the [node].path directory.