diff mbox

[opensm] osm_drop_mgr.c: Add missing CR at end of log message in drop_mgr_check_node

Message ID 53AC0F26.9090003@dev.mellanox.co.il (mailing list archive)
State Accepted
Delegated to: Hal Rosenstock
Headers show

Commit Message

Hal Rosenstock June 26, 2014, 12:16 p.m. UTC
From: Vladimir Koushnir <vladimirk@mellanox.com>

Signed-off-by: Vladimir Koushnir <vladimirk@mellanox.com>
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
---
 opensm/osm_drop_mgr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/opensm/osm_drop_mgr.c b/opensm/osm_drop_mgr.c
index 7eb174c..66c85b9 100644
--- a/opensm/osm_drop_mgr.c
+++ b/opensm/osm_drop_mgr.c
@@ -525,7 +525,7 @@  static void drop_mgr_check_node(osm_sm_t * sm, IN osm_node_t * p_node)
 					"Unlinking local node 0x%" PRIx64
 					", port %u"
 					"\n\t\t\t\tand remote node 0x%" PRIx64
-					", port %u\n due to missing PortInfo",
+					", port %u due to missing PortInfo\n",
 					cl_ntoh64(osm_node_get_node_guid
 						  (p_node)), port_num,
 					cl_ntoh64(osm_node_get_node_guid