Skip to content

Commit

Permalink
Tiny log fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/trunk@27333 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
jyavenard committed Nov 24, 2010
1 parent a2aa3de commit cd1d61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/audiooutputalsa.cpp
Expand Up @@ -381,7 +381,7 @@ bool AudioOutputALSA::OpenDevice()

if ((err = TryOpenDevice(0, passthru || enc)) < 0)
{
AERROR(QString("snd_pcm_open2(\"%1\")").arg(m_lastdevice));
AERROR(QString("snd_pcm_open(\"%1\")").arg(m_lastdevice));
if (pcm_handle)
CloseDevice();
return false;
Expand Down

0 comments on commit cd1d61f

Please sign in to comment.