From dcb0b53d1155acfcdf5a9821dc8f21a1f5867c75 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 10 Feb 2014 02:46:24 -0500 Subject: [PATCH] Deprecated child() --- src/control.cc | 1 + 1 file changed, 1 insertion(+) 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;