'unable to create object of type ...' is really an info, not an error
This commit is contained in:
parent
398442ee18
commit
d3a082ffde
|
|
@ -739,9 +739,9 @@ p_read_object() {
|
|||
}
|
||||
}
|
||||
|
||||
//Just some sanity checks
|
||||
// Just some sanity checks
|
||||
if (object == (TypedWritable *)NULL) {
|
||||
bam_cat.error()
|
||||
bam_cat.info()
|
||||
<< "Unable to create an object of type " << type << endl;
|
||||
|
||||
} else if (object->get_type() != type) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue