Added extra debug data
This commit is contained in:
parent
512e2f40c6
commit
c1dc5d00c1
5 changed files with 7 additions and 3 deletions
|
|
@ -247,4 +247,4 @@ class configuration(GObject.GObject):
|
|||
|
||||
def get_log(self):
|
||||
|
||||
return self.static_log + "\n" + self.log
|
||||
return "Static data:\n\n" + self.static_log + "\n\nDynamic data:\n\n" + self.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue