Skip to content

Commit d088341

Browse files
committed
bam: Log object IDs when spamming read
1 parent ebe9e75 commit d088341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

panda/src/putil/bamReader.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,8 @@ p_read_object() {
12781278
} else {
12791279
if (bam_cat.is_spam()) {
12801280
bam_cat.spam()
1281-
<< "Read a " << object->get_type() << ": " << (void *)object << "\n";
1281+
<< "Read a " << object->get_type() << ": " << (void *)object
1282+
<< " (id=" << object_id << ")\n";
12821283
}
12831284
}
12841285
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy