diff --git a/Generators/include/Generators/NuclCoalescencePythia8.h b/Generators/include/Generators/NuclCoalescencePythia8.h index 4bdc9c1976b9a..8734122a52e77 100644 --- a/Generators/include/Generators/NuclCoalescencePythia8.h +++ b/Generators/include/Generators/NuclCoalescencePythia8.h @@ -105,7 +105,8 @@ bool coalPythia8(Pythia8::Event& event, int charge, int pdgCode, float mass, boo } } } - LOG(debug) "Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e(); + LOG(debug) + "Adding a " << (charge * 2 - 1) * pdgCode << " with p = " << p.px() << ", " << p.py() << ", " << p.pz() << ", E = " << p.e(); return true; }