am 52cb8557: am a04ca9b4: Merge change I2492bffe into eclair

Merge commit '52cb8557525c1b25163cd5e4ad317a7a64119aae' into eclair-mr2-plus-aosp

* commit '52cb8557525c1b25163cd5e4ad317a7a64119aae':
  Remove STOPSHIP comment.
This commit is contained in:
Nick Pelly
2009-10-14 12:12:36 -07:00
committed by Android Git Automerger

View File

@@ -735,8 +735,7 @@ static DBusHandlerResult event_filter(DBusConnection *conn, DBusMessage *msg,
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
} }
// STOPSHIP: Change to LOGV LOGV("%s: Received signal %s:%s from %s", __FUNCTION__,
LOGE("%s: Received signal %s:%s from %s", __FUNCTION__,
dbus_message_get_interface(msg), dbus_message_get_member(msg), dbus_message_get_interface(msg), dbus_message_get_member(msg),
dbus_message_get_path(msg)); dbus_message_get_path(msg));