Skip to content
Snippets Groups Projects
Commit aa80cde8 authored by rswindell's avatar rswindell
Browse files

Removed NOTICES from default log mask.

parent 2e66dfb9
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ static ini_bitdesc_t log_mask_bits[] = {
{ -1 ,NULL }
};
#define DEFAULT_LOG_MASK 0x3f /* LOG_EMERG|LOG_ALERT|LOG_CRIT|LOG_ERR|LOG_WARNING|LOG_NOTICE */
#define DEFAULT_LOG_MASK 0x1f /* EMERG|ALERT|CRIT|ERR|WARNING */
void sbbs_get_ini_fname(char* ini_file, char* ctrl_dir, char* host_name)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment