TSK-1764: fixed debug statement in UserInfoRefreshJob
This commit is contained in:
parent
2bdfe4dbc3
commit
bdaf4ec428
|
@ -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()));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue