mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Remove excess new line from "Header:" download debug output
This commit is contained in:
parent
d600f36bc4
commit
2694f3976a
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ void DownloadThread::_header(const string &header)
|
||||||
{
|
{
|
||||||
_lastModified = curl_getdate(header.data()+15, NULL);
|
_lastModified = curl_getdate(header.data()+15, NULL);
|
||||||
}
|
}
|
||||||
qDebug() << "Received header:" << header.c_str();
|
qDebug() << "Received header:" << QByteArray(header.c_str()).trimmed();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DownloadThread::cancelDownload()
|
void DownloadThread::cancelDownload()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue