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:
Mark Rogers
2009-06-26 14:02:58 +00:00
parent b527d6d66c
commit cff7e69957

View File

@@ -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;
}
}