Skip to content

Commit f2604e3

Browse files
committed
AudioSourceSdFat log on destructor
1 parent 8ac6628 commit f2604e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AudioTools/AudioPlayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ namespace audio_tools {
197197
}
198198

199199
virtual ~AudioSourceSdFat(){
200+
LOGD(LOG_METHOD);
200201
if (p_cfg!=nullptr && owns_cfg){
201202
delete p_cfg;
202203
}

0 commit comments

Comments
 (0)