Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d0726b4 authored by Nick Pelly's avatar Nick Pelly
Browse files

Remove STOPSHIP comment.

Change-Id: I2492bffe57bded65fdbef5cf98e22cef3937e537
DrNo: eastham
Bug: 2089423
Joke: Why don't anteaters get sick? Because they're full of anty-bodies!
parent bc1fc05c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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));