mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-19 13:40:44 +00:00
Remove usages of log4j's placeholders-based log formatting calls (some of which were accidental and wrong anyway)
This commit is contained in:
@ -662,11 +662,11 @@ public class QSlackImplementation
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// Print result, which includes information about the message (like TS) //
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
LOG.info("Slack post result {}", result);
|
||||
LOG.info("Slack post result: " + result);
|
||||
}
|
||||
catch(IOException | SlackApiException e)
|
||||
{
|
||||
LOG.error("error: {}", e.getMessage(), e);
|
||||
LOG.error("error", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user