am 3453e862: am 993844bd: Merge change 22806 into eclair

Merge commit '3453e862fe13648608e14a17723eb6cd3b55065a'

* commit '3453e862fe13648608e14a17723eb6cd3b55065a':
  Add trailing "\n" to debug output.
This commit is contained in:
Nick Pelly
2009-08-26 14:17:58 -07:00
committed by Android Git Automerger

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