Package: libsyslog-ocaml-dev
Version: 1.4-6

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 _ -> […]

Reply via email to