add message to check for it being XML
authorRogan Hamby <rhamby@esilibrary.com>
Thu, 6 Jun 2019 14:56:15 +0000 (10:56 -0400)
committerRogan Hamby <rhamby@esilibrary.com>
Thu, 6 Jun 2019 14:56:15 +0000 (10:56 -0400)
mig-bin/mig-stagebibs

index 0c9bdfd..f706d7d 100755 (executable)
@@ -104,6 +104,7 @@ while(my $line = <$xml>) {
 }
 close $xml;
 
+if ($i == 0) { print "No XML was processed, are you sure this is an XML file?\n"; }
 print "Finis.\n";
 
 # beyond here be functions