From 7a67a77f934a41e7abd1594c5bd3da5a3cc2f270 Mon Sep 17 00:00:00 2001 From: Nik 'Fire Eater' Krimm Date: Mon, 6 Jan 2025 15:33:48 -0600 Subject: [PATCH] notes --- src/composition/watchers/subgraphs.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/composition/watchers/subgraphs.rs b/src/composition/watchers/subgraphs.rs index 9f5d62398a..bf54b5ccad 100644 --- a/src/composition/watchers/subgraphs.rs +++ b/src/composition/watchers/subgraphs.rs @@ -172,6 +172,7 @@ impl SubtaskHandleStream for SubgraphWatchers { // If we detect additional diffs, start a new subgraph subtask. // Adding the abort handle to the current collection of handles. for (subgraph_name, subgraph_config) in diff.added() { + eprintln!("Adding subgraph to session: `{}`", subgraph_name); let _ = subgraph_handles.add( subgraph_name, subgraph_config,