summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-05-17 14:45:13 +0000
committerShaun Ruffell <sruffell@digium.com>2010-05-17 14:45:13 +0000
commit5321dd675028dd5ddf90d7e7843c8be6812836b7 (patch)
tree1e0f47e86ceb0a804df8da6685991c4eeb6565ec /drivers/dahdi/wctdm24xxp
parentbfc0b83fbd7e173e57c3b68ade6f6c87aee413e2 (diff)
wctdm24xxp: dev_notice -> dev_info
Modules that aren't installed should show at the same level as modules that are installed. It could be confusing if the console log level is set to 3 and only messages about which ports do not have any modules installed show up on the console. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8642 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctdm24xxp')
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index 16e3a28..605d86c 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -4113,7 +4113,9 @@ retry:
goto retry;
} else {
- dev_notice(&wc->vb.pdev->dev, "Port %d: Not installed\n", x + 1);
+ dev_info(&wc->vb.pdev->dev,
+ "Port %d: Not installed\n",
+ x + 1);
wc->modtype[x] = MOD_TYPE_NONE;
}
}