Skip to content

Commit 185272c

Browse files
committed
FLACDecoder not active from Error to Warning
1 parent cc4ed39 commit 185272c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioCodecs/CodecFLAC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class FLACDecoder : public StreamingDecoder {
119119
bool copy() {
120120
LOGD("copy");
121121
if (!is_active) {
122-
LOGE("not active");
122+
LOGW("FLAC not active");
123123
return false;
124124
}
125125
if (p_input == nullptr) {

0 commit comments

Comments
 (0)