提交 084dac53 编写于 作者: S Stephen Hemminger 提交者: Dan Williams

dca: module load should not be an error message

The message (if it must exist) should not be an error message.
IMHO such messages are useless.
Signed-off-by: NStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: NDan Williams <dan.j.williams@intel.com>
上级 3208ca52
......@@ -372,7 +372,7 @@ EXPORT_SYMBOL_GPL(dca_unregister_notify);
static int __init dca_init(void)
{
printk(KERN_ERR "dca service started, version %s\n", DCA_VERSION);
pr_info("dca service started, version %s\n", DCA_VERSION);
return dca_sysfs_init();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册