Skip to content
Snippets Groups Projects
Commit 954558da authored by Xavier Robin's avatar Xavier Robin
Browse files

log: display the chain name for clarity

parent 61ae33f9
No related branches found
No related tags found
No related merge requests found
......@@ -690,6 +690,7 @@ void MMCifReader::ParseAndAddAtom(const std::vector<StringRef>& columns)
"name. Ignoring atoms for everything but the first");
} else {
LOG_WARNING("Residue with number " << res_num
<< " in chain " << curr_chain_.GetName()
<< " contains a microheterogeneity. Everything but atoms "
"for the residue '" << curr_residue_.GetName()
<< "' will be ignored");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment