change system.out by log.config

This commit is contained in:
Carlos Ruiz 2007-03-20 08:07:32 +00:00
parent a6f2f65943
commit d60eebced2
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ public final class AEnv
String sqlRolePermission="Select COUNT(AD_ROLE_ID) AS ROWCOUNT FROM AD_ROLE WHERE AD_ROLE_ID=" + roleid
+ " AND ALLOW_INFO_" + infoWindowName + "='Y'";
System.out.println(sqlRolePermission);
log.config(sqlRolePermission);
PreparedStatement prolestmt = null;
try
{