mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
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…
x
Reference in New Issue
Block a user