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") {