Commit 3c9a73f6 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Stifle "Ignoring unknown switch" logging


Change-Id: I9770ab880f379e2f7f6a93d3c84990edec60a116
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 905ed1fb
......@@ -184,8 +184,6 @@ void VolumeManager::handleSwitchEvent(NetlinkEvent *evt) {
if (newAvailable != oldAvailable) {
notifyUmsAvailable(newAvailable);
}
} else {
SLOGW("Ignoring unknown switch '%s'", name);
}
}
void VolumeManager::handleUsbCompositeEvent(NetlinkEvent *evt) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment