diff --git a/src/control.cc b/src/control.cc index d5f664e0..1b58da12 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;