mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Merged dev into feature/CE-881-create-basic-saved-reports
This commit is contained in:
@ -666,11 +666,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