diff --git a/src/input/mascot/mascotdatparser.cpp b/src/input/mascot/mascotdatparser.cpp
index 28a7efd3d6b0bd1b394d415fe699170dd8e501a4..eb4e5c8dc00e53a594ef4dcf2ce05d72c6586865 100644
--- a/src/input/mascot/mascotdatparser.cpp
+++ b/src/input/mascot/mascotdatparser.cpp
@@ -828,6 +828,7 @@ MascotDatParser::savePeptideList(std::vector<PeptideLine> &peptide_list,
           9 setPeaksUsedFromIons2(Integer.parseInt(st.nextToken()));
           10 setPeaksUsedFromIons3(Integer.parseInt(st.nextToken()));
           */
+          // q2670_p1=0,1251.541000,0.004322,5,MDMTHVLAMR,27,010100000100,21.09,0001002000000000000,0,0;"Q9KPF4":0:411:420:1
           qDebug() << __FILE__ << " " << __FUNCTION__ << " " << __LINE__;
 
           if(peptide_line.peptide_string_list.size() < 8)
diff --git a/src/output/mcqrspectralcount.cpp b/src/output/mcqrspectralcount.cpp
index 7e6b28e7491622b29dab8b98fef348dc211db3ef..7821a23b0b98086a89ebe1ee4b90b611586f7d03 100644
--- a/src/output/mcqrspectralcount.cpp
+++ b/src/output/mcqrspectralcount.cpp
@@ -204,6 +204,6 @@ McqrSpectralCount::writeOneProteinLabel(const pappso::GrpProtein *p_grp_protein,
   _p_writer->writeCell(
     (unsigned int)p_protein_match->getGroupingGroupSp()
       .get()
-      ->countSpecificSequenceLi(
+      ->countSpecificSampleScan(
         p_protein_match, ValidationState::grouped, p_msrun, p_label));
 }