[removeuser] Remove superfluous formatting around logging

This commit is contained in:
Adriaan de Groot 2020-03-03 14:35:15 +01:00
parent c15022462a
commit ae633c7e7b

View File

@ -59,7 +59,7 @@ RemoveUserJob::exec()
m_username } );
if ( r.getExitCode() != 0 )
{
cWarning() << "Cannot remove user `" << m_username << "`. userdel terminated with exit code" << r.getExitCode();
cWarning() << "Cannot remove user" << m_username << "userdel terminated with exit code" << r.getExitCode();
}
return Calamares::JobResult::ok();
}