From 1802cbe0838df33d64a90ba6967645c4dd80461b Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 4 Jun 2024 14:57:11 +1200 Subject: [PATCH] log_streaming: make base64 format clearer This way it's harder to miss this. --- protos/log_streaming/log_streaming.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/log_streaming/log_streaming.proto b/protos/log_streaming/log_streaming.proto index 350e081d..00362e26 100644 --- a/protos/log_streaming/log_streaming.proto +++ b/protos/log_streaming/log_streaming.proto @@ -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.