diff --git a/htsn-import.cabal b/htsn-import.cabal
--- a/htsn-import.cabal
+++ b/htsn-import.cabal
@@ -1,5 +1,5 @@
 name:           htsn-import
-version:        0.2.3
+version:        0.2.4
 cabal-version:  >= 1.8
 author:         Michael Orlitzky
 maintainer:	Michael Orlitzky <michael@orlitzky.com>
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -115,7 +115,7 @@
       -- caused by a document whose DTD is not present (i.e. is
       -- unsupported). So we return "success" to allow the XML file to
       -- be deleted.
-      report_error $ "No DTD for file " ++ path ++ "."
+      report_info $ "No DTD for file " ++ path ++ "."
       return True
     (ImportFailed errmsg:_) -> do
       report_error $ errmsg ++ " (" ++ path ++ ")"
