File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ def __parse_mangle_mark(self, line):
203
203
self .__classid = parsed_list [- 1 ]
204
204
self .__handle = int ("0" + parsed_list [- 3 ], 16 )
205
205
logger .debug (
206
- "succeed to parse mangle mark: " " classid={}, handle={}, line={}" .format (
206
+ "succeed to parse mangle mark: classid={}, handle={}, line={}" .format (
207
207
self .__classid , self .__handle , line
208
208
)
209
209
)
Original file line number Diff line number Diff line change @@ -267,8 +267,7 @@ def run(self):
267
267
[
268
268
"adding a shaping rule failed. a shaping rule for the same "
269
269
"network/port already exists. try to execute with:" ,
270
- " (a) --overwrite option if you want to overwrite "
271
- "the existing rules." ,
270
+ " (a) --overwrite option if you want to overwrite the existing rules." ,
272
271
" (b) --change option if you want to change "
273
272
"the existing rule parameters." ,
274
273
]
You can’t perform that action at this time.
0 commit comments