Commit fb9f8144 authored by Job Vranish's avatar Job Vranish
Browse files

Replaced message specific protobuf structure logger with a generic version...

Replaced message specific protobuf structure logger with a generic version that should work with any protobuf structure
parent 82c829e3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
    {
      "follow_symlinks": true,
      "path": ".",
      "folder_exclude_patterns": ["build", "vendor/bundle"],
      "binary_file_patterns": ["build"]
    }
  ],
@@ -171,6 +172,6 @@
			"file_regex": "([A-Za-z][A-Za-z0-9/_]+\\.[ch])[:,] ?l?i?n?e? ?([0-9]+)[\\.:,]*([0-9]*)",
			"name": "kinetic-c - Full CI build",
			"working_dir": "${project_path}"
		},
		}
	]
}
+164 −779

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ KineticStatus KineticPDU_ReceiveMain(KineticPDU* const response)
    }
    else if (response->proto->authType == KINETIC_PROTO_MESSAGE_AUTH_TYPE_UNSOLICITEDSTATUS) {
        KineticLogger_LogProtobuf(3, response->proto);
        LOG3("Unsolicited status message is not authenticated");
    }

    // Extract embedded command, if supplied