logging
This commit is contained in:
parent
1e28d482fc
commit
a42d3955bf
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ QNetworkReply::NetworkError GreaderNetwork::editLabels(const QString& state,
|
|||
proxy);
|
||||
|
||||
if (result_edit.m_networkError != QNetworkReply::NetworkError::NoError) {
|
||||
qCriticalNN << LOGSEC_GREADER << "Result of edit-tag operation is"
|
||||
<< QUOTE_W_SPACE_DOT(result_edit.m_networkError);
|
||||
|
||||
return result_edit.m_networkError;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue