Skip to content

Commit

Permalink
Regroup LOG_EMAIL_* entries
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Dec 20, 2015
1 parent e54d31b commit f3f1692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/logging_api.php
Expand Up @@ -39,12 +39,12 @@
$g_log_levels = array(
LOG_EMAIL => 'MAIL',
LOG_EMAIL_RECIPIENT => 'RECIPIENT',
LOG_EMAIL_VERBOSE => 'MAIL_VERBOSE',
LOG_FILTERING => 'FILTER',
LOG_AJAX => 'AJAX',
LOG_LDAP => 'LDAP',
LOG_DATABASE => 'DB',
LOG_WEBSERVICE => 'WEBSERVICE',
LOG_EMAIL_VERBOSE => 'MAIL_VERBOSE'
);

/**
Expand Down

0 comments on commit f3f1692

Please sign in to comment.