aboutsummaryrefslogtreecommitdiff
path: root/parsing/cLexer.ml
diff options
context:
space:
mode:
authorMaxime Dénès2019-08-02 17:09:03 +0200
committerMaxime Dénès2019-08-29 10:27:04 +0200
commit2d4033152c51eb0b093c79d19a5146995af1b432 (patch)
treeb55ed207f63906531b0342b115fb1f1a321226d5 /parsing/cLexer.ml
parent6bc9ef56c5833ee81d7298ab0c52146ad775e2a1 (diff)
Fix a few wrong uses of `msg_notice`
Diffstat (limited to 'parsing/cLexer.ml')
-rw-r--r--parsing/cLexer.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/cLexer.ml b/parsing/cLexer.ml
index de23f05a9e..7f0d768d3f 100644
--- a/parsing/cLexer.ml
+++ b/parsing/cLexer.ml
@@ -436,7 +436,7 @@ let comment_stop ep =
let bp = match !comment_begin with
Some bp -> bp
| None ->
- Feedback.msg_notice
+ Feedback.msg_debug
(str "No begin location for comment '"
++ str current_s ++str"' ending at "
++ int ep);