summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/opp
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-12-03 11:29:16 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-12-03 11:29:16 -0800
commit67b1761534d7e2518830cfb3d2c28271ffe56a26 (patch)
tree92228721ab5cbf2f1a3076add017702ea038736f /src/com/android/bluetooth/opp
parent3d34fdb17090e476a5ccd6d7bb57d61d9f528eff (diff)
parentfa5a6affffb0efe6c41ea44499b0e9b619bee161 (diff)
downloadandroid_packages_apps_Bluetooth-67b1761534d7e2518830cfb3d2c28271ffe56a26.tar.gz
android_packages_apps_Bluetooth-67b1761534d7e2518830cfb3d2c28271ffe56a26.tar.bz2
android_packages_apps_Bluetooth-67b1761534d7e2518830cfb3d2c28271ffe56a26.zip
am fa5a6aff: Merge "Clean up debug messages" into jb-mr1.1-dev
* commit 'fa5a6affffb0efe6c41ea44499b0e9b619bee161': Clean up debug messages
Diffstat (limited to 'src/com/android/bluetooth/opp')
-rwxr-xr-xsrc/com/android/bluetooth/opp/BluetoothOppService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/opp/BluetoothOppService.java b/src/com/android/bluetooth/opp/BluetoothOppService.java
index 902000614..421ad2efb 100755
--- a/src/com/android/bluetooth/opp/BluetoothOppService.java
+++ b/src/com/android/bluetooth/opp/BluetoothOppService.java
@@ -680,7 +680,7 @@ public class BluetoothOppService extends Service {
info.mUri = Uri.parse(stringFromCursor(info.mUri.toString(), cursor,
BluetoothShare.URI));
} else {
- Log.d(TAG, "updateShare() called for ID " + info.mId + " with null URI");
+ Log.w(TAG, "updateShare() called for ID " + info.mId + " with null URI");
}
info.mHint = stringFromCursor(info.mHint, cursor, BluetoothShare.FILENAME_HINT);
info.mFilename = stringFromCursor(info.mFilename, cursor, BluetoothShare._DATA);