diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 3b463dc4da..3f297a61c5 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -141,6 +141,8 @@ void RageSound::Fail(CString reason) delete stream.Sample; stream.Sample = NULL; + LOG->Warn("sound error %s", reason.c_str()); + /* XXX: we can't do this anymore, and it was a hack anyway */ /* XXX * full_buf.append(0, 1024); should be OK, but VC6 is broken ... */ basic_string empty(1024, 0);