mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[#1723] check-messages.py: remove duplicated strip
This commit is contained in:
parent
2fc4f40e14
commit
95799832c1
@ -248,7 +248,7 @@ def main():
|
||||
line = line.strip()
|
||||
|
||||
if len(current_debug_level) != 0:
|
||||
debug_levels[current_debug_level] = (line.strip().strip().rstrip(';')
|
||||
debug_levels[current_debug_level] = (line.strip().rstrip(';')
|
||||
.replace('isc::log::', '').replace('log::', ''))
|
||||
current_debug_level = ''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user