diff --git a/html/includes/print-syslog.inc.php b/html/includes/print-syslog.inc.php index 26c5116010..92fb253f50 100644 --- a/html/includes/print-syslog.inc.php +++ b/html/includes/print-syslog.inc.php @@ -4,7 +4,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") {