[svn-commits] tzafrir: branch 1.2 r4510 - /branches/1.2/zaptel-base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Sep 3 13:05:49 CDT 2008


Author: tzafrir
Date: Wed Sep  3 13:05:48 2008
New Revision: 4510

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4510
Log:
We're not "tor". Update error message if we failed to register major no.

Modified:
    branches/1.2/zaptel-base.c

Modified: branches/1.2/zaptel-base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/zaptel-base.c?view=diff&rev=4510&r1=4509&r2=4510
==============================================================================
--- branches/1.2/zaptel-base.c (original)
+++ branches/1.2/zaptel-base.c Wed Sep  3 13:05:48 2008
@@ -6771,7 +6771,7 @@
 	}
 #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 */




More information about the svn-commits mailing list