summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-10-14 11:46:18 -0700
committerNick Pelly <npelly@google.com>2009-10-14 11:46:18 -0700
commit3d0726b4d8a30e57852b70f1dcf4d8d20508cd1e (patch)
tree7f803d61675616a3f23b0bb8904f7a22a2408c03
parentbc1fc05c1b3e8c407fa07b25777bf577d5285f49 (diff)
downloadbase-3d0726b4d8a30e57852b70f1dcf4d8d20508cd1e.tar.gz
Remove STOPSHIP comment.
Change-Id: I2492bffe57bded65fdbef5cf98e22cef3937e537 DrNo: eastham Bug: 2089423 Joke: Why don't anteaters get sick? Because they're full of anty-bodies!
-rw-r--r--core/jni/android_server_BluetoothEventLoop.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/jni/android_server_BluetoothEventLoop.cpp b/core/jni/android_server_BluetoothEventLoop.cpp
index 62a50e5cad62..f77e5dab460a 100644
--- a/core/jni/android_server_BluetoothEventLoop.cpp
+++ b/core/jni/android_server_BluetoothEventLoop.cpp
@@ -735,8 +735,7 @@ static DBusHandlerResult event_filter(DBusConnection *conn, DBusMessage *msg,
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
}
- // STOPSHIP: Change to LOGV
- LOGE("%s: Received signal %s:%s from %s", __FUNCTION__,
+ LOGV("%s: Received signal %s:%s from %s", __FUNCTION__,
dbus_message_get_interface(msg), dbus_message_get_member(msg),
dbus_message_get_path(msg));