File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mavsdk/src/main/java/io/mavsdk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class System {
2626 /**
2727 * Create a System object, initializing the plugins and connecting them to mavsdk_server.
2828 *
29- * This defaults to a mavsdk_server running on localhost:50051.
29+ * <p> This defaults to a mavsdk_server running on localhost:50051.</p>
3030 */
3131 public System () {
3232 this ("localhost" , 50051 );
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class {{ plugin_name.upper_camel_case }} {
3131 }
3232
3333 private static ManagedChannel createChannel(String host, int port) {
34- logger.debug ("Building channel to " + host + ":" + port);
34+ logger.trace ("Building channel to " + host + ":" + port);
3535
3636 return OkHttpChannelBuilder.forAddress(host, port)
3737 .usePlaintext()
You can’t perform that action at this time.
0 commit comments