diff options
author | Vicnet <vo.publique@gmail.com> | 2013-10-07 14:15:19 (GMT) |
---|---|---|
committer | Vicnet <vo.publique@gmail.com> | 2013-10-07 14:15:19 (GMT) |
commit | a9175af124ed4307fca861ea57e8943b21c4ad60 (patch) | |
tree | e09ebb16751abafa8499abf1c68f8ad2cee2b29f /src/control.cc | |
parent | eb27a0277f1eb08e947f5d4e4036f5fe13dfe086 (diff) | |
parent | dece213f9decb895a7677df7d38eede1c629c73e (diff) |
merge from origin
Diffstat (limited to 'src/control.cc')
-rw-r--r-- | src/control.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/control.cc b/src/control.cc index c50402f..10aadf0 100644 --- a/src/control.cc +++ b/src/control.cc @@ -184,7 +184,8 @@ AbstractNode *ControlModule::instantiate(const Context* /*ctx*/, const ModuleIns else { // How to deal with negative objects in this case? // (e.g. first child of difference is invalid) - PRINTB("WARNING: Child index (%d) out of bounds (%d children)", n % modulectx->numChildren()); + PRINTB("WARNING: Child index (%d) out of bounds (%d children)", + n % modulectx->numChildren()); } return node; } |