mirror of https://github.com/apache/jclouds.git
Use correct logging format
This commit is contained in:
parent
afb67793e8
commit
bd2623fc49
|
@ -67,7 +67,7 @@ public class GetCurrentUser implements Supplier<User> {
|
|||
}
|
||||
|
||||
if (currentUser.getAccountType() != Account.Type.USER) {
|
||||
logger.warn("Expecting an user account: {}", currentUser);
|
||||
logger.warn("Expecting an user account: %s", currentUser);
|
||||
}
|
||||
return currentUser;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue