mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALFCOM-3047 - Share Invite Workflow outputs a bunch of logging to System.out
- Changed System.outs to debug statements. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14963 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -709,7 +709,7 @@ public class InvitationServiceImpl implements InvitationService, NodeServicePoli
|
||||
{
|
||||
// Uh oh ... crap detected
|
||||
crap = true;
|
||||
System.out.println("ALFCOM-2598 key:" + key + "query:" + val1 + "task:" + val2);
|
||||
logger.debug("ALFCOM-2598 key:" + key + "query:" + val1 + "task:" + val2);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -721,7 +721,7 @@ public class InvitationServiceImpl implements InvitationService, NodeServicePoli
|
||||
{
|
||||
// Uh oh ... crap detected
|
||||
crap = true;
|
||||
System.out.println("ALFCOM-2598 key:" + key + "query:" + val1 + "task:" + val2);
|
||||
logger.debug("ALFCOM-2598 key:" + key + "query:" + val1 + "task:" + val2);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -734,7 +734,7 @@ public class InvitationServiceImpl implements InvitationService, NodeServicePoli
|
||||
|
||||
// Uh oh ... crap detected
|
||||
crap = true;
|
||||
System.out.println("ALFCOM-2598 key:" + key + "query:" + val1 + "task:" + val2);
|
||||
logger.debug("ALFCOM-2598 key:" + key + "query:" + val1 + "task:" + val2);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -806,7 +806,7 @@ public class InvitationServiceImpl implements InvitationService, NodeServicePoli
|
||||
{
|
||||
// crap detected
|
||||
crap = true;
|
||||
System.out.println("ALFCOM-2598 key:" + key + "query:" + val1 + "task:" + val2);
|
||||
logger.debug("ALFCOM-2598 key:" + key + "query:" + val1 + "task:" + val2);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user