fix tooltip warning

This commit is contained in:
foudfou 2012-03-28 19:37:08 +02:00
parent c0479d1683
commit 746ab759f7
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ firetray.Messaging = {
newMsgCount,
firetray.Utils.strings.GetStringFromName("tooltip.unread_messages"))
.replace("#1", newMsgCount);
firetray.WARN(localizedTooltip);
firetray.LOG(localizedTooltip);
} else if (msgCountType === FIRETRAY_MESSAGE_COUNT_TYPE_NEW) {
newMsgCount = this.countMessages(this.newMsgCountIterate);
localizedTooltip = firetray.Utils.strings.GetStringFromName("tooltip.new_messages");