mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
formatting fix
This commit is contained in:
parent
440b097a92
commit
d7586a91cf
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ func StartAMQP(AMQPurl string, api *gin.RouterGroup) error {
|
|||
|
||||
func processMessage(message amqp.Delivery) {
|
||||
|
||||
log.Println("Processing AMQP message: ", message.Body)
|
||||
log.Println("Processing AMQP message: ", string(message.Body))
|
||||
|
||||
var payload ICUpdate
|
||||
err := json.Unmarshal(message.Body, &payload)
|
||||
|
|
Loading…
Add table
Reference in a new issue