14 std::cout << "Fun4AllBase::Fun4AllBase: No empty strings as Object Name" << std::endl;
15 std::cout << "You likely create a module with an empty name in your macro" << std::endl;
16 std::cout << "Since it does not have a name I cannot tell you what it is, but this message is from its ctor, so it happens when you do a new XXX() in your macro" << std::endl;