changed error call to debug call

This commit is contained in:
Dave Schuyler 2001-07-11 01:29:32 +00:00
parent 98851bc0b1
commit 9c5999e832
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ MilesAudioManager() {
// We increment _active_managers regardless of possible errors above.
// The miles shutdown call will do the right thing when it's called,
// either way.
audio_error(" _active_managers="<<_active_managers);
audio_debug(" _active_managers="<<_active_managers);
++_active_managers;
}