diff --git a/src/runtime2/mod.rs b/src/runtime2/mod.rs index c32927832211a8e771d9de395585e7bdb9589d34..bb039dbccc97e7707b8108ff31d0b73c5527b785 100644 --- a/src/runtime2/mod.rs +++ b/src/runtime2/mod.rs @@ -431,6 +431,7 @@ impl ConnectorStore { } } + println!("DEBUG [ global store ] Created component at {}", key.index); return key; } @@ -443,6 +444,7 @@ impl ConnectorStore { // Note: but not deallocating! } + println!("DEBUG [ global store ] Destroyed component at {}", key.index); self.free.push(key.index as usize); } }