Added extra debug data

This commit is contained in:
Sergio Costas 2016-07-17 20:52:38 +02:00
parent 512e2f40c6
commit c1dc5d00c1
5 changed files with 7 additions and 3 deletions

View file

@ -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