Skip to content

Commit

Permalink
Silence 'Unknown command: 2008 error
Browse files Browse the repository at this point in the history
- Thought the conditional would work, but apparently now. Just silence all of them, instead
  • Loading branch information
who-biz committed Jun 5, 2020
1 parent b530ad2 commit 3944483
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contrib/epee/include/storages/levin_abstract_invoke2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
}
}
Expand Down

0 comments on commit 3944483

Please sign in to comment.