Domain alias support for Webalizer
[hcoop/domtool2.git] / src / main.sml
index bea07af..90a0ee4 100644 (file)
@@ -1253,6 +1253,12 @@ fun service () =
                            OpenSSL.close bio
                            handle OpenSSL.OpenSSL _ => ();
                            loop ())
                            OpenSSL.close bio
                            handle OpenSSL.OpenSSL _ => ();
                            loop ())
+                        | IO.Io {name, function, cause} =>
+                          (print ("IO error: " ^ function ^ " for " ^ name ^ "\n");
+                           app (fn x => print (x ^ "\n")) (SMLofNJ.exnHistory cause);
+                           OpenSSL.close bio
+                           handle OpenSSL.OpenSSL _ => ();
+                           loop ())
                         | e =>
                           (print "Unknown exception in main loop!\n";
                            app (fn x => print (x ^ "\n")) (SMLofNJ.exnHistory e);
                         | e =>
                           (print "Unknown exception in main loop!\n";
                            app (fn x => print (x ^ "\n")) (SMLofNJ.exnHistory e);