[libcalamares] Tidy logging a little for Python errors
This commit is contained in:
parent
2a3e616b0e
commit
9a4c599e22
@ -261,12 +261,12 @@ PythonJob::exec()
|
|||||||
{
|
{
|
||||||
m_description.truncate( i_newline );
|
m_description.truncate( i_newline );
|
||||||
}
|
}
|
||||||
cDebug() << "Job description from __doc__" << prettyName() << '=' << m_description;
|
cDebug() << Logger::SubEntry << "Job description from __doc__" << prettyName() << '=' << m_description;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cDebug() << "Job description from pretty_name" << prettyName() << '=' << m_description;
|
cDebug() << Logger::SubEntry << "Job description from pretty_name" << prettyName() << '=' << m_description;
|
||||||
}
|
}
|
||||||
emit progress( 0 );
|
emit progress( 0 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user