Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
706a074e
Commit
706a074e
authored
May 18, 2014
by
Florian Schaal
Browse files
better log-statemet
parent
da837c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/mail_plugin_dkim.inc.php
View file @
706a074e
...
...
@@ -132,7 +132,7 @@ class mail_plugin_dkim {
}
}
else
{
$app
->
log
(
'Unable to write DKIM settings
; Check your config!
'
,
LOGLEVEL_ERROR
);
$app
->
log
(
'Unable to write DKIM settings
- no DKIM-Path defined
'
,
LOGLEVEL_ERROR
);
$check
=
false
;
}
return
$check
;
...
...
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