Fixed log

migrating_to_smartgears_4
Luca Frosini 2 years ago
parent e77bc20edd
commit 9fba08b73a

@ -148,7 +148,7 @@ public class SocialPost extends Thread {
logger.debug("The social post that is going to be written is\n{}", message);
logger.trace("The user is going to send the social post is {}",SecretManagerProvider.instance.get().getUser().getUsername());
logger.trace("The user is going to send the social post is {}", SecretManagerProvider.instance.get().getUser().getUsername());
PostClient postClient = new PostClient();
PostInputBean postInputBean = new PostInputBean();

Loading…
Cancel
Save