diff options
-rw-r--r-- | src/control.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control.cc b/src/control.cc index d5f664e..1b58da1 100644 --- a/src/control.cc +++ b/src/control.cc @@ -161,6 +161,7 @@ AbstractNode *ControlModule::instantiate(const Context* /*ctx*/, const ModuleIns if (type == CHILD) { + PRINT("DEPRECATED: child() will be removed in future releases. Use children() instead."); int n = 0; if (evalctx->numArgs() > 0) { double v; |