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
System
KCron
Commits
d39fd100
Commit
d39fd100
authored
Oct 05, 2021
by
Corbin Schwimmbeck
Committed by
Laurent Montel
Oct 06, 2021
Browse files
Added debug messages
parent
c0909254
Pipeline
#85755
passed with stage
in 33 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/crontablib/ctcron.cpp
View file @
d39fd100
...
...
@@ -347,7 +347,7 @@ CTSaveStatus CTCron::save()
d
->
initialTaskCount
=
d
->
task
.
size
();
d
->
initialVariableCount
=
d
->
variable
.
size
();
qCDebug
(
KCM_CRON_LOG
)
<<
"All saved"
;
return
CTSaveStatus
();
}
...
...
src/kcmCron.cpp
View file @
d39fd100
...
...
@@ -95,6 +95,7 @@ void KCMCron::save()
if
(
saveStatus
.
isError
())
{
KMessageBox
::
detailedError
(
this
,
saveStatus
.
errorMessage
(),
saveStatus
.
detailErrorMessage
());
}
qCDebug
(
KCM_CRON_LOG
)
<<
"saved ct host"
;
}
void
KCMCron
::
defaults
()
...
...
Write
Preview
Supports
Markdown
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