Skip to content

Commit 706a074

Browse files
author
Florian Schaal
committed
better log-statemet
1 parent da837c2 commit 706a074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/mail_plugin_dkim.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function check_system($data) {
132132
}
133133

134134
} else {
135-
$app->log('Unable to write DKIM settings; Check your config!', LOGLEVEL_ERROR);
135+
$app->log('Unable to write DKIM settings - no DKIM-Path defined', LOGLEVEL_ERROR);
136136
$check=false;
137137
}
138138
return $check;

0 commit comments

Comments
 (0)