[asterisk-bugs] [DAHDI 0011504]: [patch] printk-s without priority in zaptel
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Aug 3 11:39:25 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=11504
======================================================================
Reported By: tzafrir
Assigned To: russell
======================================================================
Project: DAHDI
Issue ID: 11504
Category: General
Reproducibility: always
Severity: tweak
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2007-12-10 11:30 CST
Last Modified: 2008-08-03 11:39 CDT
======================================================================
Summary: [patch] printk-s without priority in zaptel
Description:
There are still quite a few places in zaptel where printk is used without a
priority string (KERN_DEBUG, KERN_ERR, etc.).
To see them:
grep -w printk *.[ch] */*.[ch] | egrep -v
'KERN_(DEBUG|INFO|NOTICE|WARNING|ERR)' | grep -v '\.mod\.c'
Use 'grep -wl' instead of 'grep -w' to get a list of files.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-08-03 11:39 svnbot Status assigned => resolved
2008-08-03 11:39 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list