Index: watchdog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/watchdog.module,v
retrieving revision 1.122
diff -u -F^f -r1.122 watchdog.module
--- watchdog.module	24 Apr 2005 16:34:36 -0000	1.122
+++ watchdog.module	10 May 2005 03:21:15 -0000
@@ -143,7 +143,7 @@ function watchdog_event($id) {
     $output .= ' <tr><th>'. t('Location') ."</th><td>". l($watchdog->location, $watchdog->location) ."</td></tr>";
     $output .= ' <tr><th>'. t('Message') ."</th><td>$watchdog->message</td></tr>";
     $output .= ' <tr><th>'. t('Severity') .'</th><td>'. $severity[$watchdog->severity] .'</td></tr>';
-    $output .= ' <tr><th>'. t('Hostname') ."</th><td>$watchdog->hostname</td></tr>";
+    $output .= ' <tr><th>'. t('Hostname') .'</th><td><a href="http://www.whois.sc/' . $watchdog->hostname . '">' . $watchdog->hostname . "</a></td></tr>";
     $output .= '</table>';
   }
   return $output;
