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
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: ;
}
}