Browse Source

changed error call to debug call

Dave Schuyler 24 years ago
parent
commit
9c5999e832
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/audio/milesAudioManager.cxx

+ 1 - 1
panda/src/audio/milesAudioManager.cxx

@@ -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;
 }