Skip to content

Commit

Permalink
log_streaming: don't forget unsupported
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Apr 17, 2024
1 parent 6acca63 commit 36f6499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protos/log_streaming/log_streaming.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ message LogStreamingResult {
RESULT_BUSY = 3; // System busy
RESULT_COMMAND_DENIED = 4; // Command denied
RESULT_TIMEOUT = 5; // Timeout
RESULT_UNKNOWN = 6; // Unknown error
RESULT_UNSUPPORTED = 6; // Unsupported
RESULT_UNKNOWN = 7; // Unknown error
}

Result result = 1; // Result enum value
Expand Down

0 comments on commit 36f6499

Please sign in to comment.