diff --git a/PWGUD/Core/SGSelector.h b/PWGUD/Core/SGSelector.h index f81ea43f9aa..45b52ce8788 100644 --- a/PWGUD/Core/SGSelector.h +++ b/PWGUD/Core/SGSelector.h @@ -147,7 +147,7 @@ class SGSelector else if (FV0A <= fit_cut[0] && FT0A <= fit_cut[1] && ZNA <= zdc_cut && FT0C <= fit_cut[2] && ZNC <= zdc_cut) true_gap = 2; else - LOGF(info, "Something wrong with DG") ; + LOGF(info, "Something wrong with DG"); } return true_gap; }