diff --git a/usb/usb/Usb.cpp b/usb/usb/Usb.cpp index 6993275a..7a148887 100644 --- a/usb/usb/Usb.cpp +++ b/usb/usb/Usb.cpp @@ -133,7 +133,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; } }