TSK-1764: fixed debug statement in UserInfoRefreshJob

This commit is contained in:
holgerhagen 2021-11-02 20:32:22 +01:00 committed by holgerhagen
parent 2bdfe4dbc3
commit bdaf4ec428
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@ public class UserInfoRefreshJob extends AbstractTaskanaJob {
LOGGER.debug(
String.format(
"Failed to fetch configuration data for User "
+ "with ID '%s' because it doesn't exist"),
user.getId());
+ "with ID '%s' because it doesn't exist",
user.getId()));
}
}
});