summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/fcmgmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/fcmgmt.c b/src/usr/fcmgmt.c
index 1af723d13..f46c7d6ba 100644
--- a/src/usr/fcmgmt.c
+++ b/src/usr/fcmgmt.c
@@ -74,8 +74,7 @@ void fcpeerstat ( struct fc_peer *peer ) {
}
list_for_each_entry ( ulp, &peer->ulps, list ) {
- printf ( " [Type %02x usage %d link:",
- ulp->type, ulp->usage );
+ printf ( " [Type %02x link:", ulp->type );
if ( fc_link_ok ( &ulp->link ) ) {
printf ( " up, params" );
param = ulp->param;