fix minor log entry issue
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 6 Sep 2021 20:51:04 +0000 (13:51 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 6 Sep 2021 20:51:04 +0000 (13:51 -0700)
src/communication.js

index 097da637bd418d4d655f04aa65651ad5df709e5d..b11237794b7b340da470c7b2740bf3d2b5087c25 100644 (file)
@@ -443,7 +443,7 @@ class Communication {
     // Cull any expired subscriptions
     await this.db.subscriptionDeleteExpired(dbCtx, topicId);
 
-    logInfoData.url = topicId.url;
+    logInfoData.url = topic.url;
 
     if (topic.isDeleted) {
       this.logger.debug(_scope, 'topic deleted, skipping update request', logInfoData);