LOG_TAG UnifiedMail -> Unified*E*mail

Change-Id: I36272e6c4557d84df3db8eedb201510bf54ecb62
diff --git a/src/com/android/mail/utils/LogUtils.java b/src/com/android/mail/utils/LogUtils.java
index f3e787d..5123dde 100644
--- a/src/com/android/mail/utils/LogUtils.java
+++ b/src/com/android/mail/utils/LogUtils.java
@@ -28,7 +28,7 @@
     // "GMT" + "+" or "-" + 4 digits
     private static final Pattern DATE_CLEANUP_PATTERN_WRONG_TIMEZONE =
             Pattern.compile("GMT([-+]\\d{4})$");
-    private static String LOG_TAG = "UnifiedMail";
+    private static String LOG_TAG = "UnifiedEmail";
 
     /**
      * Get the log tag to apply to logging.