More debugging for auto probing of image types.
[imager.git] / t / t50basicoo.t
index 6de70b76dcd1eff7d9628bb806904f93a682faff..59cf844b1104aef9d053625888e17d49c08febb4 100644 (file)
@@ -73,6 +73,7 @@ for my $type (@types) {
   if (ok($fh, "opening $opts{file}")) {
     binmode $fh;
     my $fhimg = Imager->new;
+    Imager::log_entry("Reading file: $opts{file}\n", -1);
     my $fhrc = $fhimg->read(fh=>$fh, %mopts);
     if (ok(!$fhrc, "check that type is required")) {
       ok ($fhimg->errstr =~ /type parameter missing/, "check for no type error");