Date: Sat, 10 Jan 2009 19:01:29 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r187032 - head/sys/dev/sound/pcm Message-ID: <200901101901.n0AJ1TKs006338@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Sat Jan 10 19:01:29 2009 New Revision: 187032 URL: http://svn.freebsd.org/changeset/base/187032 Log: Remove debug slipped with the previous commit. Modified: head/sys/dev/sound/pcm/dsp.c Modified: head/sys/dev/sound/pcm/dsp.c ============================================================================== --- head/sys/dev/sound/pcm/dsp.c Sat Jan 10 19:00:17 2009 (r187031) +++ head/sys/dev/sound/pcm/dsp.c Sat Jan 10 19:01:29 2009 (r187032) @@ -2367,7 +2367,6 @@ dsp_oss_audioinfo(struct cdev *i_dev, os ai->next_play_engine = 0; ai->next_rec_engine = 0; -printf("flags: %08x %d\n", ch->flags, ai->busy); CHN_UNLOCK(ch); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901101901.n0AJ1TKs006338>