|
@@ -34,7 +34,7 @@ public class UpdateSceneStatusConsumer {
|
|
|
try {
|
|
|
String messageId = message.getMessageProperties().getMessageId();
|
|
|
String msg = new String(message.getBody(), StandardCharsets.UTF_8);
|
|
|
- log.info("update-scene-status-ucent--messageId:{},msg:{}",messageId,msg);
|
|
|
+ log.info("update-scene-title--messageId:{},msg:{}",messageId,msg);
|
|
|
|
|
|
channel.basicAck(message.getMessageProperties().getDeliveryTag(), false);
|
|
|
|