Skip to content

Commit 450ed74

Browse files
committed
Fix misleading debug message
1 parent 05954fd commit 450ed74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjCryst/ObjCryst/Molecule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7676,7 +7676,7 @@ vector<MolAtom*>::reverse_iterator Molecule::FindAtom(const string &name)
76767676
for(rpos=mvpAtom.rbegin();rpos!=mvpAtom.rend();++rpos)
76777677
if(name==(*rpos)->GetName())
76787678
{
7679-
VFN_DEBUG_EXIT("Molecule::FindAtom():"<<name<<"...NOT FOUND !",4)
7679+
VFN_DEBUG_EXIT("Molecule::FindAtom():"<<name<<"...FOUND !",4)
76807680
return rpos;
76817681
}
76827682
VFN_DEBUG_EXIT("Molecule::FindAtom():"<<name<<"...NOT FOUND !",4)

0 commit comments

Comments
 (0)