diff options
Diffstat (limited to 'Software/PMR/Messages/Debugging/StartDebugLogResponse.proto')
| -rw-r--r-- | Software/PMR/Messages/Debugging/StartDebugLogResponse.proto | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto b/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto index b8aa1a3f1..6648604a1 100644 --- a/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto +++ b/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto @@ -9,9 +9,8 @@ message StartDebugLogResponse { DebugLogCategory Category = 1; string FileName = 2; - int32 LineNumber = 3; - int32 Filter = 4; - string Message = 5; - int32 ModuleId = 6; - int32 Parameter = 7; + uint32 LineNumber = 3; + uint32 Filter = 4; + string Message = 5; + uint32 ModuleId = 6; }
\ No newline at end of file |
