Skip to content

Commit a47a06a

Browse files
committed
VS1053Stream: log error message on begin()
1 parent 792babf commit a47a06a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AudioTools/AudioLibs/VS1053Stream.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ class VS1053Stream : public AudioStream, public VolumeSupport {
197197
result = false;
198198
break;
199199
}
200+
if (!result) { LOGE("begin failed");
201+
}
200202
return result;
201203
}
202204

0 commit comments

Comments
 (0)