Skip to content

Commit

Permalink
Remove warning messages
Browse files Browse the repository at this point in the history
:Release Notes:
Remove warning messages

:Detailed Notes:
N/A
:Testing Performed:
Tested on TV with NFS
cat /var/log/messages | grep activitymanager

:QA Notes:
:Issues Addressed:

[GF-45506] Activitymanager is throwing multiple duplicate warning messages after settings launch

Open-webOS-DCO-1.0-Signed-off-by: Oleksandr Solomakha <oleksander.solomakha@lge.com>

Change-Id: Idb18d57ba1d935f1bc3c755e67d680ad3777b9ee
Reviewed-on: https://g2g.palm.com/3855
Reviewed-by: Build Verification
Reviewed-by: Olexandr Solomakha <oleksander.solomakha@lge.com>
Tested-by: Olexandr Solomakha <oleksander.solomakha@lge.com>
Reviewed-by: Alan Levi <alan.levi@lge.com>
  • Loading branch information
Oleksandr Solomakha authored and lgAlan committed Nov 18, 2013
1 parent 9a5f47a commit 1ae41ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ConnectionManagerProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,6 @@ MojErr ConnectionManagerProxy::UpdateWANStatus(const MojObject& response)
}
}
}
} else {
MojLogWarning(s_log, _T("WAN status not returned by Connection "
"Manager"));
}

if (wanAvailable) {
Expand Down

0 comments on commit 1ae41ff

Please sign in to comment.