diff --git a/libk9copy/k9burndvd.cpp b/libk9copy/k9burndvd.cpp index 6207412..f27f327 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; } - qDebug("%s", proc->debug()); + qDebug("%s", proc->debug().ascii()); }