diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-27 00:06:28 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-02 23:57:25 +0100 |
commit | e7c2e7a297fe9ccf6d254dd73763178d5cec706f (patch) | |
tree | 22b84746aa949f5cd755a33c750f2a7d7b774739 /rootdir | |
parent | 588627f4bbd4a98c7c35ca64d7608647a0583ab9 (diff) |
msm8996-common: Reduce dmesg verbose level by default.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 77e14be..d1fd36a 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -388,9 +388,9 @@ on boot # an ack packet comes out of order write /proc/sys/net/netfilter/nf_conntrack_tcp_be_liberal 1 - # Set the console loglevel to < KERN_INFO - # Set the default message loglevel to KERN_INFO - write /proc/sys/kernel/printk "6 6 1 7" + # Set the console loglevel to < KERN_WARNING + # Set the default message loglevel to KERN_WARNING + write /proc/sys/kernel/printk "4 4 1 7" # Allow access for CCID command/response timeout configuration chown system system /sys/module/ccid_bridge/parameters/bulk_msg_timeout |