correction of two warnings

Former-commit-id: d2d08b5d6f7511598625536f5a708db347742c20
This commit is contained in:
2023-11-09 22:37:55 +02:00
parent 5ea2b8afcf
commit 9ee45701b7
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ func IPCRTagPESequencesBatch(iterator obiiter.IBioSequence,
A.Annotations()["demultiplex_error"] = demultiplex_error.(string)
B.Annotations()["demultiplex_error"] = demultiplex_error.(string)
} else {
log.Panicln("@@ ", wid, "Error : ", err, *consensus)
log.Panicln("@@ ", wid, "Error : ", err, consensus.Id())
}
}
}