diff options
| author | ppedrot | 2012-05-23 15:21:17 +0000 |
|---|---|---|
| committer | ppedrot | 2012-05-23 15:21:17 +0000 |
| commit | c9f0c0f4725533ee2294d416be82ca45dda2cabb (patch) | |
| tree | 2ec02034a35c0d3855f177e48ed0e09efa073362 /ide/utils/okey.ml | |
| parent | 8837c2365c382adb0a74bfedabb1659eeb472adc (diff) | |
Cleaned prerr_endline use.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15354 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/utils/okey.ml')
| -rw-r--r-- | ide/utils/okey.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/utils/okey.ml b/ide/utils/okey.ml index 579392664c..6b174ecbea 100644 --- a/ide/utils/okey.ml +++ b/ide/utils/okey.ml @@ -107,7 +107,7 @@ let key_press w ev = (fun h -> if h.cond () then try h.cback () - with e -> prerr_endline (Printexc.to_string e) + with e -> Minilib.log (Printexc.to_string e) else () ) l; |
