summaryrefslogtreecommitdiff
path: root/ovn/utilities/ovn-detrace.in
diff options
context:
space:
mode:
Diffstat (limited to 'ovn/utilities/ovn-detrace.in')
-rwxr-xr-xovn/utilities/ovn-detrace.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ovn/utilities/ovn-detrace.in b/ovn/utilities/ovn-detrace.in
index e2e5b4c2f..c842adc32 100755
--- a/ovn/utilities/ovn-detrace.in
+++ b/ovn/utilities/ovn-detrace.in
@@ -192,8 +192,8 @@ def main():
# print lflow info when the current flow block ends
if regex_table_id.match(line) or line.strip() == '':
lflow = get_lflow_from_cookie(ovsdb_ovnsb, cookie)
- print_lflow(lflow, "\t* ")
- print_lflow_nb_hint(lflow, "\t\t* ", ovsdb_ovnnb)
+ print_lflow(lflow, " * ")
+ print_lflow_nb_hint(lflow, " * ", ovsdb_ovnnb)
cookie = None
print line.strip()