- Package:
- libsyslog-ocaml-dev
- Source:
- syslog-ocaml
- Description:
- syslog routines for OCaml (development files)
- Submitter:
- Gregory Bellier
- Date:
- 2012-11-27 10:57:04 UTC
- Severity:
- normal
The Syslog_error exception is not in the mli file so this exception cannot be caught correctly in programs. The string arg of this exception is lost because to catch it, one must code like this: try […] with _ -> […]