mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Make logging more consistent.
- Across all the C++ modules, use Logger::SubEntry for sub/continues log lines, instead of somewhat-random indent strings.
This commit is contained in:
parent
d6cf0617f6
commit
520478847c
12 changed files with 43 additions and 43 deletions
|
@ -140,7 +140,7 @@ bool matchLocale( QComboBox& list, QLocale& matchFound, std::function<bool(const
|
|||
if ( predicate(thisLocale) )
|
||||
{
|
||||
list.setCurrentIndex( i );
|
||||
cDebug() << " .. Matched locale " << thisLocale.name();
|
||||
cDebug() << Logger::SubEntry << "Matched locale " << thisLocale.name();
|
||||
matchFound = thisLocale;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue