forked from openlp/openlp
Fix logging theme names
This commit is contained in:
parent
e5d1fca74d
commit
85e2967854
@ -618,7 +618,7 @@ class ThemeManager(QtGui.QWidget):
|
||||
"""
|
||||
name = theme.theme_name
|
||||
theme_pretty_xml = theme.extract_formatted_xml()
|
||||
log.debug(u'saveTheme %s %s', name, theme_pretty_xml)
|
||||
log.debug(u'saveTheme %s %s', name, theme_pretty_xml.decode(u'utf-8'))
|
||||
theme_dir = os.path.join(self.path, name)
|
||||
check_directory_exists(theme_dir)
|
||||
theme_file = os.path.join(theme_dir, name + u'.xml')
|
||||
|
Loading…
Reference in New Issue
Block a user