mirror of
https://github.com/nzbget/nzbget.git
synced 2026-05-24 20:54:28 -04:00
added option <DetailTarget> to allow to filter the (not so important) log-messages from articles' downloads (they have now the type <detail> instead of <info>)
This commit is contained in:
@@ -419,6 +419,9 @@ bool RemoteClient::RequestServerLog(int iLines)
|
||||
case Message::mkInfo:
|
||||
printf("[INFO] %s\n", szText);
|
||||
break;
|
||||
case Message::mkDetail:
|
||||
printf("[DETAIL] %s\n", szText);
|
||||
break;
|
||||
}
|
||||
|
||||
pBufPtr += sizeof(SNZBLogResponseEntry) + ntohl(pLogAnswer->m_iTextLen);
|
||||
|
||||
Reference in New Issue
Block a user