]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/utility.ml
print_endline ==> prerr_endline
[helm.git] / helm / ocaml / mathql_interpreter / utility.ml
index 5ea9b7e672f2be2a3c783f4fcf90fd01222d1df2..c749f951b6b5c3f3b25e2226f1ab5e8cd60ab8f6 100644 (file)
@@ -101,7 +101,7 @@ let helm_property_id p =
    let ns = pgresult_to_string (c#exec q1) in
     let q2 = ("select att0 from property where att2='" ^ p ^ "' and att1=" ^ ns) in
      let retval = pgresult_to_string (c#exec q2) in
-     (*let _ = print_endline ("utility:q2: "  ^ q2 ^ " : " ^ retval) in*)
+     (*let _ = prerr_endline ("utility:q2: "  ^ q2 ^ " : " ^ retval) in*)
       retval
 ;;