summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 18:44:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 18:44:42 +0000
commite48e7e63a8758e2985243966766da17b505407c5 (patch)
treec7811b6b686ce57cffe81189081ef1921d8d8216
parentbc3dd0d869e3f97263b014e87cbce5fc6b20a11a (diff)
parentc0903ade116ddddb8f007fcefba29dc83e02566d (diff)
downloadredfin-aml_tz5_341510010.tar.gz
Snap for 11296156 from c0903ade116ddddb8f007fcefba29dc83e02566d to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: I9cd77a583d64d0e6fb5144ebd943b1cdc7238689
-rw-r--r--usb/usb/Usb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usb/Usb.cpp b/usb/usb/Usb.cpp
index ed358cd..7abf239 100644
--- a/usb/usb/Usb.cpp
+++ b/usb/usb/Usb.cpp
@@ -93,7 +93,7 @@ ScopedAStatus Usb::enableUsbData(const string& in_portName, bool in_enable,
}
if (!WriteStringToFile("0", USB_DATA_PATH)) {
- ALOGE("Not able to turn on usb connection notification");
+ ALOGE("Not able to turn off usb connection notification");
result = false;
}
}