]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/dbconn.ml
mqint updated
[helm.git] / helm / ocaml / mathql_interpreter / dbconn.ml
index d5db3125224aa2ee5d7e2dee3a4f714619101479..a4bd7fe3bc51af6b785687c4c08de3a110fe8c01 100644 (file)
@@ -71,6 +71,7 @@ let pgc () =
 let init () =
    try (
     conn := Some (new Postgres.connection connection_param);
+    prerr_endline "connected."
    ) with
     _ -> raise (DBConnectionFailed ("init: " ^ connection_param))
 ;;