Skip to content

Commit 5a7b03c

Browse files
committed
Update Dispatcher.cpp
1 parent 9d1fe96 commit 5a7b03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/Dispatcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace BT {
3939
TreeNode *current_child = ret->second;
4040
_status = current_child->executeTick();
4141
} else {
42-
log_w("debug-bt node not found");
42+
log_w("debug-bt event %d not found", m_current_child_index);
4343
_status = NodeStatus::FAILURE;
4444
}
4545
} else {

0 commit comments

Comments
 (0)