summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libk9copy/k9burndvd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9burndvd.cpp b/libk9copy/k9burndvd.cpp
index 9f95352..3860b79 100644
--- a/libk9copy/k9burndvd.cpp
+++ b/libk9copy/k9burndvd.cpp
@@ -215,7 +215,7 @@ void k9BurnDVD::burnWithGenisoimage() {
if ( KMessageBox::warningContinueCancel ( 0,i18n("Insert a recordable DVD"), i18n("DVD burning"))!=KMessageBox::Continue)
cancelled=true;
}
- tqDebug("%s", proc->debug());
+ tqDebug("%s", proc->debug().ascii());
}