Skip to content

Commit 945a34d

Browse files
authored
fix(examples): update t11_groot_howto log filename (BehaviorTree#886)
1 parent 2bc72fd commit 945a34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/t11_groot_howto.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ int main()
120120
// Both formats are compatible with Groot2
121121

122122
// Logging with lightweight serialization
123-
BT::FileLogger2 logger2(tree, "t12_logger2.btlog");
123+
BT::FileLogger2 logger2(tree, "t11_groot_howto.btlog");
124124
BT::MinitraceLogger minilog(tree, "minitrace.json");
125125

126126
while(1)

0 commit comments

Comments
 (0)