mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T149, use URL log to log network access in threaded reader classes
* added getFromNetworkAndLog * adjusted DB reader * adjusted other readers
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1c57ce87a2
commit
b9760b4c60
@@ -592,6 +592,7 @@ namespace BlackCore
|
||||
Q_ASSERT_X(nwReply, Q_FUNC_INFO, "Missing network reply");
|
||||
if (nwReply && nwReply->isFinished())
|
||||
{
|
||||
this->logNetworkReplyReceived(nwReply);
|
||||
this->setReplyStatus(nwReply->error(), nwReply->errorString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user