Skip to content

Commit 005f3aa

Browse files
committed
Merge pull request pfsense#3858 from nagyrobi/patch-25
2 parents 70b70f9 + b54a374 commit 005f3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/inc/config.console.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ EOD;
7777
$status = "(down)";
7878
$ifsmallist = $ifsmallist . $iface. " ";
7979
echo sprintf("%-7s %s %s %s\n", $iface, $ifa['mac'],
80-
$status, substr($ifa['dmesg'], 0, 48));
80+
$status, substr($ifa['dmesg'], 0, 46));
8181
}
8282
}
8383

0 commit comments

Comments
 (0)