Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b015e193 authored by Nick Pelly's avatar Nick Pelly
Browse files

Add trailing "\n" to debug output.

parent 1eada0d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1094,7 +1094,7 @@ public class BluetoothService extends IBluetooth.Stub {
                    pw.printf("\tuuids = null\n");
                } else {
                    for (String uuid : uuids) {
                        pw.printf("\t" + uuid);
                        pw.printf("\t" + uuid + "\n");
                    }
                }
            }