Browse Source

add column names debug output

Jens Keim 5 years ago
parent
commit
1467256e1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/Core/Statistics.py

+ 1 - 0
code/Core/Statistics.py

@@ -222,6 +222,7 @@ class Statistics:
         print(interval_stats)
 
         column_names = self.stats_db.get_field_types(table_name)
+        print(str(column_names))
         pretty_names = {'starttimestamp': "First packet timestamp(seconds)",
                         'lastpkttimestamp': "Last packet timestamp(seconds)",
                         'pktrate': "packets count(packets)",