added no detection when statistics option enabled. #341
This commit is contained in:
@@ -47,6 +47,11 @@ lazy_static! {
|
||||
.args
|
||||
.is_present("quiet-errors");
|
||||
pub static ref ERROR_LOG_STACK: Mutex<Vec<String>> = Mutex::new(Vec::new());
|
||||
pub static ref STATISTICS_FLAG: bool = configs::CONFIG
|
||||
.read()
|
||||
.unwrap()
|
||||
.args
|
||||
.is_present("statistics");
|
||||
}
|
||||
|
||||
impl Message {
|
||||
|
||||
Reference in New Issue
Block a user