Skip to content

Commit

Permalink
audioEnd correct logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Oct 24, 2024
1 parent 0f282f0 commit 738300c
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 @@ -228,7 +228,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 738300c

Please sign in to comment.