Skip to content

Commit 4b51829

Browse files
committed
2 parents a5091aa + 738300c commit 4b51829

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
@@ -239,7 +239,7 @@ class SnapOutput : public AudioInfoSupport {
239239
}
240240

241241
void audioEnd() {
242-
ESP_LOGD(TAG, "start");
242+
ESP_LOGD(TAG, "audioEnd");
243243
if (out == nullptr) return;
244244
out->end();
245245
}

0 commit comments

Comments
 (0)