[k3b] [Bug 381074] [MATSHITA BD-MLT UJ240AS] Does not write image "debian-8.8.0-amd64-BD-1.iso"
Cristian Aravena Romero
bugzilla_noreply at kde.org
Mon Sep 4 18:31:11 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=381074
--- Comment #55 from Cristian Aravena Romero <caravena at gmail.com> ---
In reply to Thomas Schmitt from comment #52)
[...]
> > What log?
>
> I can only guess where qDebug() messages show up.
> The web talks of "application output". An example on
> http://www.qtcentre.org/threads/19534-redirect-qDebug%28%29-to-file
> indicates that it is normal "standard output"i, i.e. the start terminal.
>
> So try in a shell terminal window
>
> k3b | tee -i /tmp/k3b_log_file
>
> and after the run look into file /tmp/k3b_log_file .
Ok!
> > Are the changes correct?
>
> They are half of what we need: The "found" part.
> You also need to print the "wanted" info. (Something between them does
> not match. I just have no idea yet what it could be. Need to see.)
>
> So add also
>
> qDebug() << "Bug 381074: wanted: "
> << __PRETTY_FUNCTION__ << d->wantedMediaType
> << d->wantedMediaState << d->wantedMinMediaSize.lba();
>
> directly before or after the printing of "found".
ok!
-------------------This right?----------------------------------
#ifdef K3B_DEBUG
qDebug() << "Bug 381074: found: "
<< __PRETTY_FUNCTION__ << medium.diskInfo().mediaType()
<< medium.diskInfo().diskState()
<< medium.actuallyRemainingSize().lba();
qDebug() << "Bug 381074: wanted: "
<< __PRETTY_FUNCTION__ << d->wantedMediaType
<< d->wantedMediaState << d->wantedMinMediaSize.lba();
#endif
-----------------------------------------------------------------
Regards,
--
Cristian
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the k3b
mailing list