summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-09-03 18:05:48 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-09-03 18:05:48 +0000
commit7c29ac71b777592bbb5ae0d85f12edfe130aa9d7 (patch)
treea978c5bf212016a7983508560fabec69b33b0bfa
parent0294f219f72954feb54499c984e704b956ac900b (diff)
We're not "tor". Update error message if we failed to register major no.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4510 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--zaptel-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaptel-base.c b/zaptel-base.c
index 9323aae..bb25509 100644
--- a/zaptel-base.c
+++ b/zaptel-base.c
@@ -6771,7 +6771,7 @@ static int __init zt_init(void) {
}
#else
if ((res = register_chrdev(ZT_MAJOR, "zaptel", &zt_fops))) {
- printk(KERN_ERR "Unable to register tor device on %d\n", ZT_MAJOR);
+ printk(KERN_ERR "Unable to register Zaptel major device number %d\n", ZT_MAJOR);
return res;
}
#endif /* CONFIG_DEVFS_FS */