mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
better log message
This commit is contained in:
@@ -67,7 +67,8 @@ public class SubscriptionHandler {
|
||||
}
|
||||
log.info("subscribed to {} for {}", hub, topic);
|
||||
} catch (Exception e) {
|
||||
log.error("Could not subscribe to pubsub: " + e.getMessage(), e);
|
||||
log.error("Could not subscribe to {} for {} : {}", hub, topic,
|
||||
e.getMessage(), e);
|
||||
} finally {
|
||||
client.getConnectionManager().shutdown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user