Skip to content

Commit a03bc30

Browse files
Clean uplogging
1 parent 7d38bb4 commit a03bc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESP32_VS1053_Stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ bool ESP32_VS1053_Stream::connecttohost(const char *url, const char *username,
344344
{
345345
_vs1053->stopSong();
346346
snprintf(_url, sizeof(_url), "%s", url);
347-
log_i("stream stopped");
347+
log_d("stream stopped");
348348
}
349349
_streamStalledTime = 0;
350350
log_d("redirected %i times", _redirectCount);

0 commit comments

Comments
 (0)