Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Oct 24, 2024
2 parents a5091aa + 738300c commit 4b51829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/SnapOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class SnapOutput : public AudioInfoSupport {
}

void audioEnd() {
ESP_LOGD(TAG, "start");
ESP_LOGD(TAG, "audioEnd");
if (out == nullptr) return;
out->end();
}
Expand Down

0 comments on commit 4b51829

Please sign in to comment.