From 648f5bb500f00dccebc59eef9069135278d67941 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 14 Jan 2014 15:32:48 +0000 Subject: [PATCH] Stop print-syslog.inc.php from shortening hostnames --- html/includes/print-syslog.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/includes/print-syslog.inc.php b/html/includes/print-syslog.inc.php index cade34ceef..147de36d2d 100644 --- a/html/includes/print-syslog.inc.php +++ b/html/includes/print-syslog.inc.php @@ -5,7 +5,8 @@ if (device_permitted($entry['device_id'])) echo(" "); - $entry['hostname'] = shorthost($entry['hostname'], 20); + // Stop shortening hostname. Issue #61 + //$entry['hostname'] = shorthost($entry['hostname'], 20); if ($vars['page'] != "device") {