summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/table_manager.go')
-rw-r--r--table/table_manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/table_manager.go b/table/table_manager.go
index 8d3b18ca..cb54906e 100644
--- a/table/table_manager.go
+++ b/table/table_manager.go
@@ -149,7 +149,7 @@ func (manager *TableManager) calculate(destinationList []Destination) ([]Path, e
"Topic": "table",
"Owner": manager.owner,
"Key": destination.getNlri().String(),
- }).Info("Processing destination")
+ }).Debug("Processing destination")
newBestPath, reason, err := destination.Calculate(manager.localAsn)