summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-09-21 09:55:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-09-21 09:55:00 +0000
commit16d00110ec5b676df012112e8e91a75adb1b3a1e (patch)
tree496840265593a590ec659cd23537e0fd3cce2b5e
parent45b237962de5a1bdcdc613772fb3b26e2886dfc9 (diff)
parent3ce6a5fe2e962c1e4dd286f6f9dfa3957515499b (diff)
downloadzuma-16d00110ec5b676df012112e8e91a75adb1b3a1e.tar.gz
Merge "Usb.cpp: Fix typos when unable to disable USB data" into udc-qpr-dev
-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 5594bff..858a7ac 100644
--- a/usb/usb/Usb.cpp
+++ b/usb/usb/Usb.cpp
@@ -128,7 +128,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;
}