ignore bad timestamp

This commit is contained in:
Greg Wilkins 2017-12-07 12:25:02 +01:00
parent e82649bf9d
commit 6ca975a1aa
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class Jetty
}
catch ( NumberFormatException e )
{
LOG.debug( e );
LOG.ignore( e );
return "unknown";
}
}