Skip to content

Commit

Permalink
[fix] jlog: display log by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Raja committed Jun 23, 2011
1 parent 06c4314 commit f33b7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opabsl/mlbsl/bslPervasives.ml
Expand Up @@ -152,7 +152,7 @@ let warning s =
##register jlog : string -> void ##register jlog : string -> void
let jlog s = let jlog s =
sync_to_print_on stderr; sync_to_print_on stderr;
#<If:TESTING> Logger.log "%s" s #<Else> Logger.info "%s" s #<End> Logger.notice "%s" s


(** (**
* Type-unsafe identity. * Type-unsafe identity.
Expand Down

0 comments on commit f33b7cc

Please sign in to comment.