Merge change 22806 into eclair

* changes:
  Add trailing "\n" to debug output.
This commit is contained in:
Android (Google) Code Review
2009-08-26 14:13:55 -07:00

View File

@@ -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");
}
}
}