add: invalid command log

This commit is contained in:
Tobias Reisinger 2020-04-14 02:05:34 +02:00
parent 452b37dd6a
commit 0a684f687a

View file

@ -109,6 +109,8 @@ handler_command(int fd, controller_t *controller)
break;
case COMMAND_CODE_GET_RELAY_NAME:
break;
default:
LOG_ERROR("received invalid command");
}
free(payload);