fix minor log entry issue
[websub-hub] / 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);