From 39444831432b43f4b817a1b8db7ad71e51c1fc75 Mon Sep 17 00:00:00 2001 From: who-biz <37732338+who-biz@users.noreply.github.com> Date: Fri, 5 Jun 2020 06:09:42 -0400 Subject: [PATCH] Silence 'Unknown command: 2008 error - Thought the conditional would work, but apparently now. Just silence all of them, instead --- contrib/epee/include/storages/levin_abstract_invoke2.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/contrib/epee/include/storages/levin_abstract_invoke2.h b/contrib/epee/include/storages/levin_abstract_invoke2.h index 05d4bdf4..bbf3883e 100644 --- a/contrib/epee/include/storages/levin_abstract_invoke2.h +++ b/contrib/epee/include/storages/levin_abstract_invoke2.h @@ -294,10 +294,7 @@ namespace epee #define END_INVOKE_MAP2() \ - if (command == 2008) { \ - MDEBUG("Deprecated fluffy block encountered!"); \ - } \ - LOG_ERROR("Unknown command:" << command); \ + MDEBUG("Unknown command:" << command); \ return LEVIN_ERROR_CONNECTION_HANDLER_NOT_DEFINED; \ } }