minor change

This commit is contained in:
David Rose 2008-09-26 23:43:29 +00:00
parent 7e217b8bdc
commit 6e3c93ce2f
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ release_new() {
#ifndef NDEBUG
nassertd(_attribs->find(this) == _saved_entry) {
cerr << "Tried to release " << *this << " (" << (void *)this << "), not found!\n";
validate_attribs();
Attribs::const_iterator si = _attribs->begin();
if (si == _attribs->end()) {
cerr << " Attribs list is empty.\n";