summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-05-08 15:13:57 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-05-08 15:13:57 +0900
commit24b12a642d6ab36198ee020f973d2c44832771d1 (patch)
treec19ea651204d6b21398d60f755c83dad7a503671
parent232b30117c8eafc5cae7aec81ce9fafe742bdd4b (diff)
table: change log level to debug
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-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)