Skip to content

Commit 738300c

Browse files
committed
audioEnd correct logging
1 parent 0f282f0 commit 738300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/SnapOutput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class SnapOutput : public AudioInfoSupport {
228228
}
229229

230230
void audioEnd() {
231-
ESP_LOGD(TAG, "start");
231+
ESP_LOGD(TAG, "audioEnd");
232232
if (out == nullptr) return;
233233
out->end();
234234
}

0 commit comments

Comments
 (0)