summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 18:44:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 18:44:03 +0000
commit6007a87369673575147e27b98dc9d0510466f846 (patch)
tree698296da534d9971546ece47d669b9c0d5d11691
parenta94027f7f2c11e5c2d5bbd62a530edb97e59f405 (diff)
parent3c5e3d3e3dedf23bac192cfebb0753fbafe37257 (diff)
downloadbramble-aml_tz5_341510010.tar.gz
Snap for 11296156 from 3c5e3d3e3dedf23bac192cfebb0753fbafe37257 to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: I800f9d49889713423b2380fe833340f6bb2c6d33
-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;
}
}