Merge "Fix tiny typo in LOG_TAG." am: d7c8bda2f9 am: 1d5a1e4d39
am: 1fc161bca8
Change-Id: Ie756a3d0c6f39784fd5f679e8a8dda084c548583
diff --git a/cmds/installd/dexopt.cpp b/cmds/installd/dexopt.cpp
index 2777662..a9383eb 100644
--- a/cmds/installd/dexopt.cpp
+++ b/cmds/installd/dexopt.cpp
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#define LOG_TAG "installed"
+#define LOG_TAG "installd"
#include <array>
#include <fcntl.h>