diff options
Diffstat (limited to 'src/mongo/gotools/common/intents/intent.go')
| -rw-r--r-- | src/mongo/gotools/common/intents/intent.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/gotools/common/intents/intent.go b/src/mongo/gotools/common/intents/intent.go index 8f317a3716f..db7eb78a772 100644 --- a/src/mongo/gotools/common/intents/intent.go +++ b/src/mongo/gotools/common/intents/intent.go @@ -285,6 +285,7 @@ func (manager *Manager) putNormalIntentWithNamespace(ns string, intent *Intent) // Put inserts an intent into the manager with the same source namespace as // its destinations. func (manager *Manager) Put(intent *Intent) { + log.Logvf(log.DebugLow, "enqueued collection '%v'", intent.Namespace()) manager.PutWithNamespace(intent.Namespace(), intent) } |
