Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KIdentityManagement
Commits
d680381c
Commit
d680381c
authored
Apr 04, 2020
by
David Faure
Browse files
Downgrade "There was no default identity" warning to debug
This happens on first run of kontact, no point in worrying the user.
parent
2c287cca
Changes
1
Show whitespace changes
Inline
Side-by-side
src/identitymanager.cpp
View file @
d680381c
...
...
@@ -150,7 +150,7 @@ void IdentityManager::Private::readConfig(KConfig *config)
mIdentities
<<
Identity
();
}
qC
Warnin
g
(
KIDENTITYMANAGEMENT_LOG
)
<<
"IdentityManager: There was no default identity."
qC
Debu
g
(
KIDENTITYMANAGEMENT_LOG
)
<<
"IdentityManager: There was no default identity."
<<
"Marking first one as default."
;
mIdentities
.
first
().
setIsDefault
(
true
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment