prevent log spamming with no_descriptors error

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-12-10 21:57:23 +03:00
parent 737603e81b
commit 857df5c734
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
3 changed files with 34 additions and 25 deletions

View file

@ -250,7 +250,7 @@ namespace http {
break;
case eRouterErrorNoDescriptors:
s << " - " << tr("No Descriptors");
break;
break;
default: ;
}
}