Skip to content

Commit

Permalink
comment log
Browse files Browse the repository at this point in the history
  • Loading branch information
schreibfaul1 committed May 1, 2024
1 parent 76596d4 commit 3130951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DLNAClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ bool DLNA_Client::readContent(){
}
if(f_overflow)log_e("line overflow");

log_i("%s %i", m_chbuf, m_content.size());
// log_i("%s %i", m_chbuf, m_content.size());
m_content.push_back(x_ps_strdup(m_chbuf));
if(!m_chunked && idx == m_contentlength) break;
if(!m_client.available()){
Expand Down

0 comments on commit 3130951

Please sign in to comment.