mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
kemu: log debug message with the exit code when machine finishes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
dcdc710633
commit
661899741b
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ void KEmuModule::_machineFinished(int exitCode, QProcess::ExitStatus exitStatus)
|
|||
emit stopped(exitCode, QString(machineProcess->readAll()));
|
||||
|
||||
const QString machine = m_machines.key(machineProcess);
|
||||
kDebug() << "machine finished" << machine << exitCode;
|
||||
m_machines.remove(machine);
|
||||
machineProcess->deleteLater();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue