summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorBadhri Jagan Sridharan <Badhri@google.com>2017-08-08 10:01:53 -0700
committerSteven Moreland <smoreland@google.com>2017-08-08 17:17:26 +0000
commit9a21f751c1134682d8564c1e478d74a0be3b8d0b (patch)
treeac9ab3759db8002d4f8cdb17a64dc67f6a264964 /usb
parent99968eec09985e56a9fe9b84cf8c2aaca9cb0a4e (diff)
downloadmarlin-9a21f751c1134682d8564c1e478d74a0be3b8d0b.tar.gz
usb hal: reword log tag
Fixes: 64477786 Test: Verified log messages. Change-Id: I742bd4e841a064c2e645acfbaec7df2507ec5ad0
Diffstat (limited to 'usb')
-rw-r--r--usb/Usb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/Usb.cpp b/usb/Usb.cpp
index 601c70b5..98525d69 100644
--- a/usb/Usb.cpp
+++ b/usb/Usb.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define LOG_TAG "android.hardware.usb@1.1-service.wahoo"
+#define LOG_TAG "android.hardware.usb@1.1-service"
#include <android-base/logging.h>
#include <assert.h>