just added one log when the thread starts

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-mail-servlet@129119 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-06-14 14:33:50 +00:00
parent b35c7de702
commit 767d6e1fd8
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class PeriodicTask implements Runnable {
@Override @Override
public void run() { public void run() {
_log.info("PeriodicTask starting for portal/site having name: " + popAccount.getPortalName());
check(popAccount.getPortalName(), popAccount.getPop3Server(), popAccount.getPop3user(), popAccount.getPop3password()); check(popAccount.getPortalName(), popAccount.getPop3Server(), popAccount.getPop3user(), popAccount.getPop3password());
} }