minor - reduce server push exception logging level

This commit is contained in:
Heng Sin Low 2009-04-27 09:35:03 +00:00
parent 7412778942
commit db6295a9ad
1 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@ public class ServerPushTemplate {
}
callback.updateUI();
} catch (Exception e) {
logger.log(Level.WARNING, "Server push error="+e.getLocalizedMessage(), e);
logger.log(Level.INFO, "Server push error="+e.getLocalizedMessage(), e);
} finally {
if (!inUIThread && desktopActivated) {
Executions.deactivate(desktop);