change info message to debug

This commit is contained in:
David Rose 2003-07-24 17:00:10 +00:00
parent 697fd85726
commit 02ebda98a7

View File

@ -744,8 +744,10 @@ p_read_object() {
// Just some sanity checks // Just some sanity checks
if (object == (TypedWritable *)NULL) { if (object == (TypedWritable *)NULL) {
bam_cat.info() if (bam_cat.is_debug()) {
bam_cat.debug()
<< "Unable to create an object of type " << type << endl; << "Unable to create an object of type " << type << endl;
}
} else if (object->get_type() != type) { } else if (object->get_type() != type) {
if (_new_types.find(type) != _new_types.end()) { if (_new_types.find(type) != _new_types.end()) {