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(
|
LOGGER.debug(
|
||||||
String.format(
|
String.format(
|
||||||
"Failed to fetch configuration data for User "
|
"Failed to fetch configuration data for User "
|
||||||
+ "with ID '%s' because it doesn't exist"),
|
+ "with ID '%s' because it doesn't exist",
|
||||||
user.getId());
|
user.getId()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue