diff --git a/examples/t11_groot_howto.cpp b/examples/t11_groot_howto.cpp index da974947c..14713cbac 100644 --- a/examples/t11_groot_howto.cpp +++ b/examples/t11_groot_howto.cpp @@ -120,7 +120,7 @@ int main() // Both formats are compatible with Groot2 // Logging with lightweight serialization - BT::FileLogger2 logger2(tree, "t12_logger2.btlog"); + BT::FileLogger2 logger2(tree, "t11_groot_howto.btlog"); BT::MinitraceLogger minilog(tree, "minitrace.json"); while(1)