Skip to content
Snippets Groups Projects
Commit 9427d066 authored by Carlos Vazquez Sierra's avatar Carlos Vazquez Sierra :eye_in_speech_bubble:
Browse files

Add FTAG known warning.

parent d8c8c18c
No related branches found
No related tags found
1 merge request!286Fix some compilation warnings when building StrippingCache and TurboCache
......@@ -32,7 +32,8 @@ IGNORED_MESSAGES = map(re.compile,
r'Using non-default global tracking cuts: ',
r'file .* already included, ignored',
r'something else configured a decoder already, .*',
r'Property .* is set in both .* and .*, using .*'
r'Property .* is set in both .* and .*, using .*',
r'No line has been selected to go to the FTAG stream .*'
))
_orig_log_filter = log.filter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment