Skip to content

Commit

Permalink
log_streaming: make base64 format clearer (#345)
Browse files Browse the repository at this point in the history
This way it's harder to miss this.
  • Loading branch information
julianoes authored Jul 16, 2024
1 parent d708453 commit 48f658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/log_streaming/log_streaming.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ message LogStreamingRawResponse {

// Raw logging data type
message LogStreamingRaw {
string data = 1; // Ulog file stream data encoded as base64
string data_base64 = 1; // Ulog file stream data encoded as base64
}

// Result type.
Expand Down

0 comments on commit 48f658d

Please sign in to comment.