aboutsummaryrefslogtreecommitdiffstats
path: root/lib/isodumper.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/isodumper.py')
-rwxr-xr-xlib/isodumper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 1fcd4ff..6862a54 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -766,6 +766,8 @@ exFAT, NTFS or ext. You can specify a volume name and the format in a new dialog
if __name__ == "__main__":
+ # Send the yui logging outside of the console
+ yui.YUILog.setLogFileName("/dev/null")
app = IsoDumper()
app.run()
# next line seems to be a workaround to prevent the qt-app from crashing