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

Commit 9ad18f05 authored by San Mehat's avatar San Mehat
Browse files

vold: Kill logspam



Signed-off-by: default avatarSan Mehat <san@google.com>
parent 383688b5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -272,8 +272,7 @@ static int handle_switch_event(struct uevent *event)
        else
            door_open = false;
        volmgr_safe_mode(low_batt || door_open);
    } else
        LOG_VOL("handle_switch_event(): Ignoring switch '%s'", name);
    }

    return 0;
}