Update of /cvsroot/alsa/alsa-kernel/core/seq
In directory sc8-pr-cvs1:/tmp/cvs-serv16580

Modified Files:
        seq_timer.c 
Log Message:
Enhanced open error report

Index: seq_timer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_timer.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- seq_timer.c 2 Mar 2003 19:13:03 -0000       1.16
+++ seq_timer.c 11 Mar 2003 15:02:26 -0000      1.17
@@ -286,7 +286,7 @@
                        err = snd_timer_open(&t, str, &tid, q->queue);
                }
                if (err < 0) {
-                       snd_printk(KERN_ERR "seq fatal error: cannot create timer\n");
+                       snd_printk(KERN_ERR "seq fatal error: cannot create timer 
(%i)\n", err);
                        return err;
                }
        }



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to