Fixed log

This commit is contained in:
Luca Frosini 2022-10-21 12:23:23 +02:00
parent e77bc20edd
commit 9fba08b73a
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class SocialPost extends Thread {
logger.debug("The social post that is going to be written is\n{}", message); 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(); PostClient postClient = new PostClient();
PostInputBean postInputBean = new PostInputBean(); PostInputBean postInputBean = new PostInputBean();